We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdebce commit 9a26f35Copy full SHA for 9a26f35
charts/docspell/Chart.yaml
@@ -3,7 +3,7 @@ name: docspell
3
description: A Helm chart to deploy docspell to Kubernetes
4
home: https://docspell.org/
5
type: application
6
-version: 0.0.20
+version: 0.0.21
7
# this only tracks the restserver, but restserver's and joex's versions are synced
8
# renovate: image=ghcr.io/docspell/restserver
9
appVersion: "0.43.0"
charts/docspell/templates/_helpers.tpl
@@ -68,7 +68,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
68
{{- if $config.template }}
69
valueFrom: {{- tpl ($config.valueFrom | toYaml) $.Root | nindent 4 }}
70
{{- else }}
71
- valueFrom: {{- $config.valueFrom | nindent 4 }}
+ valueFrom: {{- $config.valueFrom | toYaml | nindent 4 }}
72
{{- end }}
73
74
0 commit comments