diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index fd806e51d71..39653b0d593 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -28,7 +28,7 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 14.0.2 +version: 14.0.3 annotations: truecharts.org/catagories: | - finacial diff --git a/charts/stable/fireflyiii/templates/_secrets.tpl b/charts/stable/fireflyiii/templates/_secrets.tpl index 81b82a2ad78..dc4d67f4ddf 100644 --- a/charts/stable/fireflyiii/templates/_secrets.tpl +++ b/charts/stable/fireflyiii/templates/_secrets.tpl @@ -18,7 +18,7 @@ data: {{- $static_cron_token := randAlphaNum 32 }} {{- $app_key := randAlphaNum 32 }} STATIC_CRON_TOKEN: {{ $static_cron_token | b64enc }} - APP_KEY: {{ $static_cron_token | b64enc }} + APP_KEY: {{ $app_key | b64enc }} {{- end }} {{- end -}}