Compare commits
14 Commits
satisfacto
...
reverse-pr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b02b4eefdb | ||
|
|
16accfa8c7 | ||
|
|
2a11166887 | ||
|
|
556d1a454f | ||
|
|
e30fab9184 | ||
|
|
4e8db95e48 | ||
|
|
31c1b26010 | ||
|
|
39814b662e | ||
|
|
2b68d4b40e | ||
|
|
bac9ba2906 | ||
|
|
2ce3544796 | ||
|
|
2b097b5f78 | ||
|
|
fba4a8d90d | ||
|
|
b1dca7b790 |
2
.github/CODEOWNERS → .github/values.yaml
vendored
2
.github/CODEOWNERS → .github/values.yaml
vendored
@@ -1,2 +1,2 @@
|
||||
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
||||
* @onedr0p @bjw-s @billimek @carpenike
|
||||
* @onedr0p @bjw-s @billimek @carpenike @truxnell
|
||||
@@ -134,6 +134,7 @@
|
||||
| [rtsp-to-web](stable/rtsp-to-web) | RTSPtoWeb converts RTSP streams to WebRTC, LL-HLS, HLS, MSE |
|
||||
| [sabnzbd](stable/sabnzbd) | Free and easy binary newsreader |
|
||||
| [samba](stable/samba) | A simple in-cluster Samba server |
|
||||
| [satisfactory](stable/satisfactory) | Satisfactory dedicated server |
|
||||
| [seafile](stable/seafile) | seafile helm package |
|
||||
| [searx](stable/searx) | Searx is a privacy-respecting, hackable metasearch engine |
|
||||
| [ser2sock](stable/ser2sock) | Serial to Socket Redirector |
|
||||
@@ -145,6 +146,7 @@
|
||||
| [stash](stable/stash) | An organizer for your porn, written in Go |
|
||||
| [statping](stable/statping) | Status page for monitoring your websites and applications |
|
||||
| [syncthing](stable/syncthing) | Open Source Continuous File Synchronization |
|
||||
| [syslog-ng](stable/syslog-ng) | syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. |
|
||||
| [tautulli](stable/tautulli) | A Python based monitoring and tracking tool for Plex Media Server |
|
||||
| [tdarr](stable/tdarr) | Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc. |
|
||||
| [teedy](stable/teedy) | Teedy is an open source, lightweight document management system for individuals and businesses. |
|
||||
|
||||
@@ -3,8 +3,8 @@ apiVersion: v2
|
||||
appVersion: v0.18
|
||||
description: DNS proxy as ad-blocker for local network
|
||||
name: blocky
|
||||
version: 10.2.3
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
version: 10.3.0
|
||||
kubeVersion: ">=1.19.0-0"
|
||||
keywords:
|
||||
- blocky
|
||||
- adblock
|
||||
@@ -20,7 +20,15 @@ dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 16.9.1
|
||||
condition: redis.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
- kind: added
|
||||
description: Added `redis` dependency for use with multiple blocky replicas
|
||||
- kind: changed
|
||||
description: Added chart tests, modified default values and added default ingress for blocky api
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# blocky
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
DNS proxy as ad-blocker for local network
|
||||
|
||||
@@ -12,12 +12,13 @@ DNS proxy as ad-blocker for local network
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
Kubernetes: `>=1.19.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 16.9.1 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
|
||||
## TL;DR
|
||||
@@ -67,7 +68,12 @@ helm install blocky k8s-at-home/blocky -f values.yaml
|
||||
|
||||
## Custom configuration
|
||||
|
||||
N/A
|
||||
### [10.3.0]
|
||||
|
||||
### Added
|
||||
|
||||
- Add dependency for redis database as the application now supports it. [Redis - Blocky](https://0xerr0r.github.io/blocky/configuration/#redis)
|
||||
- The redis dependency increases the minimum latest version of k8s to version 1.19+
|
||||
|
||||
## Values
|
||||
|
||||
@@ -75,7 +81,7 @@ N/A
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| config | string | see URL to default config | Full list of options https://github.com/0xERR0R/blocky/blob/v0.17/docs/config.yml |
|
||||
| config | string | see URL to default config | Full list of options https://github.com/0xERR0R/blocky/blob/v0.18/docs/config.yml |
|
||||
| controller.replicas | int | `1` | (int) Number of pods to load balance between |
|
||||
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
|
||||
| env | object | See below | environment variables. See [image docs](https://0xerr0r.github.io/blocky/installation/#run-with-docker) for more details. |
|
||||
@@ -83,6 +89,7 @@ N/A
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/0xerr0r/blocky"` | image repository |
|
||||
| image.tag | string | chart.appVersion | image tag |
|
||||
| ingress | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. |
|
||||
| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. |
|
||||
| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. |
|
||||
@@ -93,19 +100,21 @@ N/A
|
||||
| metrics.serviceMonitor.scrapeTimeout | string | `"10s"` | Timeout after which the scrape is ended |
|
||||
| metrics.serviceMonitor.targetLabels | list | `[]` | TargetLabels transfers labels from the Kubernetes `Service`` onto the created metrics. |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| redis | object | See values.yaml | Enable and configure redis subchart under this key. Useful if you're running more than one replica of blocky dns. For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis) |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 10.2.3
|
||||
### Version 10.3.0
|
||||
|
||||
#### Added
|
||||
|
||||
N/A
|
||||
* Added `redis` dependency for use with multiple blocky replicas
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Added chart tests, modified default values and added default ingress for blocky api
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -5,5 +5,11 @@
|
||||
{{- define "custom.custom.configuration" -}}
|
||||
{{ template "custom.custom.configuration.header" . }}
|
||||
|
||||
N/A
|
||||
### [10.3.0]
|
||||
|
||||
### Added
|
||||
|
||||
- Add dependency for redis database as the application now supports it. [Redis - Blocky](https://0xerr0r.github.io/blocky/configuration/#redis)
|
||||
- The redis dependency increases the minimum latest version of k8s to version 1.19+
|
||||
|
||||
{{- end -}}
|
||||
|
||||
35
charts/stable/blocky/ci/ct-values.yaml
Normal file
35
charts/stable/blocky/ci/ct-values.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
config: |
|
||||
upstream:
|
||||
default:
|
||||
- tcp-tls:1.1.1.1:853
|
||||
- tcp-tls:8.8.8.8:853
|
||||
|
||||
bootstrapDns: tcp+udp:1.1.1.1
|
||||
redis:
|
||||
address: blocky-redis-headless:6379
|
||||
database: 2
|
||||
required: true
|
||||
connectionAttempts: 10
|
||||
connectionCooldown: 3s
|
||||
|
||||
service:
|
||||
dns-udp:
|
||||
enabled: true
|
||||
type: NodePort
|
||||
externalTrafficPolicy: Local
|
||||
ports:
|
||||
dns-udp:
|
||||
enabled: true
|
||||
port: 53
|
||||
protocol: UDP
|
||||
targetPort: 53
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
architecture: standalone
|
||||
auth:
|
||||
enabled: false
|
||||
master:
|
||||
persistence:
|
||||
enabled: false
|
||||
fullnameOverride: blocky-redis
|
||||
@@ -30,6 +30,7 @@ env:
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
http:
|
||||
port: 4000
|
||||
@@ -54,6 +55,19 @@ service:
|
||||
protocol: UDP
|
||||
targetPort: 53
|
||||
|
||||
# -- Enable and configure ingress settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
ingress:
|
||||
main:
|
||||
enabled: false
|
||||
hosts:
|
||||
- host: blocky-api.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
port: 4000
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
@@ -97,7 +111,16 @@ metrics:
|
||||
# labels:
|
||||
# severity: critical
|
||||
|
||||
# -- Full list of options https://github.com/0xERR0R/blocky/blob/v0.17/docs/config.yml
|
||||
# -- Enable and configure redis subchart under this key.
|
||||
# Useful if you're running more than one replica of blocky dns.
|
||||
# For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis)
|
||||
# @default -- See values.yaml
|
||||
redis:
|
||||
enabled: false
|
||||
# auth:
|
||||
# enabled: false
|
||||
|
||||
# -- Full list of options https://github.com/0xERR0R/blocky/blob/v0.18/docs/config.yml
|
||||
# @default -- see URL to default config
|
||||
config: |
|
||||
upstream:
|
||||
@@ -262,7 +285,7 @@ config: |
|
||||
#certFile: server.crt
|
||||
#keyFile: server.key
|
||||
# optional: use this DNS server to resolve blacklist urls and upstream DNS servers. Useful if no DNS resolver is configured and blocky needs to resolve a host name. Format net:IP:port, net must be udp or tcp
|
||||
bootstrapDns: tcp:1.1.1.1
|
||||
bootstrapDns: tcp+udp:1.1.1.1
|
||||
# optional: Drop all AAAA query if set to true. Default: false
|
||||
disableIPv6: false
|
||||
# optional: Log level (one from debug, info, warn, error). Default: info
|
||||
@@ -273,3 +296,10 @@ config: |
|
||||
logTimestamp: true
|
||||
# optional: obfuscate log output (replace all alphanumeric characters with *) for user sensitive data like request domains or responses to increase privacy. Default: false
|
||||
logPrivacy: false
|
||||
#redis:
|
||||
#address: blocky-redis-headless:6379
|
||||
#password: passwd
|
||||
#database: 2
|
||||
#required: true
|
||||
#connectionAttempts: 10
|
||||
#connectionCooldown: 3s
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: 2022.4.0
|
||||
appVersion: 2022.5.4
|
||||
description: Home Assistant
|
||||
name: home-assistant
|
||||
version: 13.1.3
|
||||
version: 13.2.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- home-assistant
|
||||
@@ -36,5 +36,5 @@ dependencies:
|
||||
condition: influxdb.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
- kind: added
|
||||
description: Added codeserver defaults to values and bumped image version to 2022.5.4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# home-assistant
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Home Assistant
|
||||
|
||||
@@ -152,6 +152,7 @@ endpoint in your Home-Assistant configuration. See the [official documentation](
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| addons.codeserver | object | See values.yaml | Enable and configure codeserver for the chart. This allows for easy access to configuration.yaml |
|
||||
| env | object | See below | environment variables. |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
@@ -175,15 +176,15 @@ endpoint in your Home-Assistant configuration. See the [official documentation](
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 13.1.3
|
||||
### Version 13.2.0
|
||||
|
||||
#### Added
|
||||
|
||||
N/A
|
||||
* Added codeserver defaults to values and bumped image version to 2022.5.4
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
N/A
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -133,3 +133,18 @@ metrics:
|
||||
# for: 5m
|
||||
# labels:
|
||||
# severity: critical
|
||||
|
||||
addons:
|
||||
# -- Enable and configure codeserver for the chart.
|
||||
# This allows for easy access to configuration.yaml
|
||||
# @default -- See values.yaml
|
||||
codeserver:
|
||||
enabled: false
|
||||
args:
|
||||
- --auth
|
||||
- none
|
||||
- --user-data-dir
|
||||
- /data/config/.vscode
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /data/config
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
version: 2.3.2
|
||||
version: 2.3.3
|
||||
description: Creates ingress reverse-proxies for external hosts with minimum boilerplate
|
||||
name: reverse-proxy
|
||||
appVersion: 1.2.0
|
||||
@@ -21,5 +21,5 @@ dependencies:
|
||||
version: 4.4.2
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
- kind: fixed
|
||||
description: Minor bug fix to not trim whitespace for endpoint objects
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# reverse-proxy
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Creates ingress reverse-proxies for external hosts with minimum boilerplate
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 2.3.2
|
||||
### Version 2.3.3
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -103,11 +103,11 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
N/A
|
||||
|
||||
#### Fixed
|
||||
|
||||
N/A
|
||||
* Minor bug fix to not trim whitespace for endpoint objects
|
||||
|
||||
### Older versions
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{- include "common.values.setup" . -}}
|
||||
{{- range .Values.instances }}
|
||||
{{- if or ( not ( hasKey . "enabled" ) ) .enabled }}
|
||||
{{- if .ip -}}
|
||||
{{- if .ip }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
description: Satisfactory dedicated server
|
||||
name: satisfactory
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- satisfactory
|
||||
@@ -18,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.3.0
|
||||
version: 4.4.2
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Initial version
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
|
||||
26
charts/stable/syslog-ng/.helmignore
Normal file
26
charts/stable/syslog-ng/.helmignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# Patterns to ignore when building packages.
|
||||
# This supports shell glob matching, relative path matching, and
|
||||
# negation (prefixed with !). Only one pattern per line.
|
||||
.DS_Store
|
||||
# Common VCS dirs
|
||||
.git/
|
||||
.gitignore
|
||||
.bzr/
|
||||
.bzrignore
|
||||
.hg/
|
||||
.hgignore
|
||||
.svn/
|
||||
# Common backup files
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
# Various IDEs
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
.vscode/
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
# helm-docs templates
|
||||
*.gotmpl
|
||||
24
charts/stable/syslog-ng/Chart.yaml
Normal file
24
charts/stable/syslog-ng/Chart.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: 3.30.1
|
||||
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
|
||||
name: syslog-ng
|
||||
version: 1.0.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- syslog-ng
|
||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/syslog-ng
|
||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/syslog-ng
|
||||
maintainers:
|
||||
- name: simoncaron
|
||||
email: simon.caron@protonmail.com
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: added
|
||||
description: Initial version
|
||||
116
charts/stable/syslog-ng/README.md
Normal file
116
charts/stable/syslog-ng/README.md
Normal file
@@ -0,0 +1,116 @@
|
||||
# syslog-ng
|
||||
|
||||
 
|
||||
|
||||
syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://hub.docker.com/r/linuxserver/syslog-ng>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||
helm repo update
|
||||
helm install syslog-ng k8s-at-home/syslog-ng
|
||||
```
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install the chart with the release name `syslog-ng`
|
||||
|
||||
```console
|
||||
helm install syslog-ng k8s-at-home/syslog-ng
|
||||
```
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To uninstall the `syslog-ng` deployment
|
||||
|
||||
```console
|
||||
helm uninstall syslog-ng
|
||||
```
|
||||
|
||||
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
|
||||
|
||||
## Configuration
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install syslog-ng \
|
||||
--set env.TZ="America/New York" \
|
||||
k8s-at-home/syslog-ng
|
||||
```
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install syslog-ng k8s-at-home/syslog-ng -f values.yaml
|
||||
```
|
||||
|
||||
## Custom configuration
|
||||
|
||||
N/A
|
||||
|
||||
## Values
|
||||
|
||||
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env | object | See below | environment variables. See more environment variables in the [syslog-ng documentation](https://syslog-ng.org/docs). |
|
||||
| env.PGID | string | `"1001"` | Set the container group id |
|
||||
| env.PUID | string | `"1001"` | Set the container user id |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/syslog-ng"` | image repository |
|
||||
| image.tag | string | chart.appVersion | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.0.0
|
||||
|
||||
#### Added
|
||||
|
||||
* Initial version
|
||||
|
||||
#### Changed
|
||||
|
||||
N/A
|
||||
|
||||
#### Fixed
|
||||
|
||||
N/A
|
||||
|
||||
### Older versions
|
||||
|
||||
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/syslog-ng?modal=changelog)
|
||||
|
||||
## Support
|
||||
|
||||
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
|
||||
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
|
||||
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
|
||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
||||
9
charts/stable/syslog-ng/README_CONFIG.md.gotmpl
Normal file
9
charts/stable/syslog-ng/README_CONFIG.md.gotmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- define "custom.custom.configuration.header" -}}
|
||||
## Custom configuration
|
||||
{{- end -}}
|
||||
|
||||
{{- define "custom.custom.configuration" -}}
|
||||
{{ template "custom.custom.configuration.header" . }}
|
||||
|
||||
N/A
|
||||
{{- end -}}
|
||||
1
charts/stable/syslog-ng/templates/NOTES.txt
Normal file
1
charts/stable/syslog-ng/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "common.notes.defaultNotes" . -}}
|
||||
1
charts/stable/syslog-ng/templates/common.yaml
Normal file
1
charts/stable/syslog-ng/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "common.all" . }}
|
||||
58
charts/stable/syslog-ng/values.yaml
Normal file
58
charts/stable/syslog-ng/values.yaml
Normal file
@@ -0,0 +1,58 @@
|
||||
#
|
||||
# IMPORTANT NOTE
|
||||
#
|
||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
||||
#
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/syslog-ng
|
||||
# -- image tag
|
||||
# @default -- chart.appVersion
|
||||
tag:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- environment variables. See more environment variables in the [syslog-ng documentation](https://syslog-ng.org/docs).
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
# -- Set the container user id
|
||||
PUID: "1001"
|
||||
# -- Set the container group id
|
||||
PGID: "1001"
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
enabled: false
|
||||
primary: false
|
||||
syslog-tcp:
|
||||
primary: true
|
||||
enabled: true
|
||||
port: 601
|
||||
targetPort: 6601
|
||||
syslog-udp:
|
||||
enabled: true
|
||||
port: 514
|
||||
targetPort: 5514
|
||||
protocol: UDP
|
||||
syslog-tls:
|
||||
enabled: false
|
||||
port: 6514
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
|
||||
logs:
|
||||
enabled: false
|
||||
mountPath: /var/log
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 0.17.0
|
||||
description: The to-do app to organize your life
|
||||
name: vikunja
|
||||
version: 5.5.2
|
||||
version: 5.5.3
|
||||
keywords:
|
||||
- vikunja
|
||||
- to-do
|
||||
@@ -31,5 +31,5 @@ dependencies:
|
||||
condition: postgresql.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
- kind: fixed
|
||||
description: Fix subpath in configmap to match persistence value
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# vikunja
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
The to-do app to organize your life
|
||||
|
||||
@@ -81,7 +81,7 @@ N/A
|
||||
| additionalContainers.api | object | See values.yaml | Set up the vikunja API container. |
|
||||
| additionalContainers.api.env | list | See below | You can declare most Vikunja parameters as environment variables. Please consult https://vikunja.io/docs/config-options/ to see all parameters. Note that parameters that are an array cannot be defined as environment variables (like the OpenID Connect settings). Use the vikunja.config Value for that. |
|
||||
| additionalContainers.api.image | string | `"vikunja/api:0.17.1"` | Vikunja api image and tag |
|
||||
| additionalContainers.api.volumeMounts | list | `[{"mountPath":"/etc/vikunja/config.yml","name":"vikunja-config","subPath":"Vikunja.yml"}]` | value: myVeryComplexJWTSecret - name: VIKUNJA_DATABASE_TYPE value: "postgres" - name: VIKUNJA_DATABASE_HOST value: db - name: VIKUNJA_DATABASE_DATABASE value: vikunja - name: VIKUNJA_DATABASE_USER value: "vikunja" - name: VIKUNJA_DATABASE_PASSWORD value: password |
|
||||
| additionalContainers.api.volumeMounts | list | `[{"mountPath":"/etc/vikunja/config.yml","name":"vikunja-config","subPath":"Vikunja.yaml"}]` | value: myVeryComplexJWTSecret - name: VIKUNJA_DATABASE_TYPE value: "postgres" - name: VIKUNJA_DATABASE_HOST value: db - name: VIKUNJA_DATABASE_DATABASE value: vikunja - name: VIKUNJA_DATABASE_USER value: "vikunja" - name: VIKUNJA_DATABASE_PASSWORD value: password |
|
||||
| additionalContainers.frontend | object | See values.yaml | Set up the vikunja frontend container. |
|
||||
| additionalContainers.frontend.image | string | `"vikunja/frontend:0.17.0"` | Vikunja frontend image and tag |
|
||||
| caddy.noTls | bool | `false` | Disable auto tls if behind another loadbalancer or ingress |
|
||||
@@ -96,7 +96,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 5.5.2
|
||||
### Version 5.5.3
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -104,11 +104,11 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
N/A
|
||||
|
||||
#### Fixed
|
||||
|
||||
N/A
|
||||
* Fix subpath in configmap to match persistence value
|
||||
|
||||
### Older versions
|
||||
|
||||
|
||||
@@ -41,5 +41,5 @@ data:
|
||||
reverse_proxy localhost:80
|
||||
}
|
||||
}
|
||||
Vikunja.yml: |-
|
||||
Vikunja.yaml: |-
|
||||
{{ .Values.vikunja.config | indent 4 }}
|
||||
|
||||
@@ -65,7 +65,7 @@ additionalContainers:
|
||||
volumeMounts:
|
||||
- name: vikunja-config
|
||||
mountPath: /etc/vikunja/config.yml
|
||||
subPath: Vikunja.yml
|
||||
subPath: Vikunja.yaml
|
||||
# - name: files
|
||||
# mountPath: /app/vikunja/files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user