Pārlūkot izejas kodu

firefly-iii - quote values to handle special characters (#2198)

* firefly-iii - quote values to handle special characters

* importer too
Stavros Kois 1 gadu atpakaļ
vecāks
revīzija
5e91b2724f

+ 1 - 1
library/ix-dev/community/firefly-iii/Chart.yaml

@@ -3,7 +3,7 @@ description: Firefly III is a personal finances manager
 annotations:
   title: Firefly III
 type: application
-version: 1.1.16
+version: 1.1.17
 apiVersion: v2
 appVersion: 6.1.9
 kubeVersion: '>=1.16.0-0'

+ 1 - 1
library/ix-dev/community/firefly-iii/templates/_firefly.tpl

@@ -29,7 +29,7 @@ workload:
           envList:
             {{ range $env := . }}
             - name: {{ $env.name }}
-              value: {{ $env.value }}
+              value: {{ $env.value | quote }}
             {{ end }}
           {{ end }}
           probes:

+ 1 - 1
library/ix-dev/community/firefly-iii/templates/_firefly_importer.tpl

@@ -28,7 +28,7 @@ workload:
           envList:
             {{ range $env := . }}
             - name: {{ $env.name }}
-              value: {{ $env.value }}
+              value: {{ $env.value | quote }}
             {{ end }}
           {{ end }}
           probes: