Compare commits

...

14 Commits

Author SHA1 Message Date
k8s-at-home[bot]
b02b4eefdb chore: Auto-update chart README [skip ci] 2022-05-17 16:27:40 +00:00
Vikas Pogu
16accfa8c7 [reverse-proxy] minor fix to not chomp of left whitspace (#1570) 2022-05-17 12:27:08 -04:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
2a11166887 chore: Add @truxnell to CODEOWNERS 2022-05-16 12:40:11 +02:00
k8s-at-home[bot]
556d1a454f Auto-generate chart summary [no ci] 2022-05-15 13:16:18 +00:00
renovate[bot]
e30fab9184 chore(deps): update helm chart common to v4.4.2 (#1565)
* chore(deps): update helm chart common to v4.4.2

* chore: Auto-update chart metadata [skip ci]

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-05-15 09:15:57 -04:00
k8s-at-home[bot]
4e8db95e48 chore: Auto-update chart README [skip ci] 2022-05-15 13:15:34 +00:00
Simon Caron
31c1b26010 [syslog-ng] Add syslog-ng Chart (#1567)
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2022-05-15 09:15:06 -04:00
k8s-at-home[bot]
39814b662e chore: Auto-update chart README [skip ci] 2022-05-15 13:05:39 +00:00
Nigel Armstrong
2b68d4b40e [home-assistant] Add disabled codeserver addon to values. (#1563)
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2022-05-15 09:05:16 -04:00
k8s-at-home[bot]
bac9ba2906 chore: Auto-update chart README [skip ci] 2022-05-15 12:28:21 +00:00
Mike Chester
2ce3544796 [vikunja] Fix subpath in configmap to match persistence value (#1568) 2022-05-15 08:27:59 -04:00
k8s-at-home[bot]
2b097b5f78 chore: Auto-update chart README [skip ci] 2022-05-12 14:38:29 +00:00
Christopher Larivière
fba4a8d90d [blocky] - Add redis (#1561) 2022-05-12 10:37:55 -04:00
k8s-at-home[bot]
b1dca7b790 Auto-generate chart summary [no ci] 2022-05-12 14:33:07 +00:00
25 changed files with 385 additions and 43 deletions

View File

@@ -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

View File

@@ -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. |

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# blocky
![Version: 10.2.3](https://img.shields.io/badge/Version-10.2.3-informational?style=flat-square) ![AppVersion: v0.18](https://img.shields.io/badge/AppVersion-v0.18-informational?style=flat-square)
![Version: 10.3.0](https://img.shields.io/badge/Version-10.3.0-informational?style=flat-square) ![AppVersion: v0.18](https://img.shields.io/badge/AppVersion-v0.18-informational?style=flat-square)
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

View File

@@ -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 -}}

View 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

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# home-assistant
![Version: 13.1.3](https://img.shields.io/badge/Version-13.1.3-informational?style=flat-square) ![AppVersion: 2022.4.0](https://img.shields.io/badge/AppVersion-2022.4.0-informational?style=flat-square)
![Version: 13.2.0](https://img.shields.io/badge/Version-13.2.0-informational?style=flat-square) ![AppVersion: 2022.5.4](https://img.shields.io/badge/AppVersion-2022.5.4-informational?style=flat-square)
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

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# reverse-proxy
![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
![Version: 2.3.3](https://img.shields.io/badge/Version-2.3.3-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
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

View File

@@ -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

View File

@@ -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

View 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

View 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

View File

@@ -0,0 +1,116 @@
# syslog-ng
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 3.30.1](https://img.shields.io/badge/AppVersion-3.30.1-informational?style=flat-square)
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)

View 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 -}}

View File

@@ -0,0 +1 @@
{{- include "common.notes.defaultNotes" . -}}

View File

@@ -0,0 +1 @@
{{ include "common.all" . }}

View 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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# vikunja
![Version: 5.5.2](https://img.shields.io/badge/Version-5.5.2-informational?style=flat-square) ![AppVersion: 0.17.0](https://img.shields.io/badge/AppVersion-0.17.0-informational?style=flat-square)
![Version: 5.5.3](https://img.shields.io/badge/Version-5.5.3-informational?style=flat-square) ![AppVersion: 0.17.0](https://img.shields.io/badge/AppVersion-0.17.0-informational?style=flat-square)
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

View File

@@ -41,5 +41,5 @@ data:
reverse_proxy localhost:80
}
}
Vikunja.yml: |-
Vikunja.yaml: |-
{{ .Values.vikunja.config | indent 4 }}

View File

@@ -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