fix(ff3): use correct secret for newly generated keys (#2183)
This commit is contained in:
@@ -28,7 +28,7 @@ name: fireflyiii
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/firefly-iii/firefly-iii/
|
- https://github.com/firefly-iii/firefly-iii/
|
||||||
type: application
|
type: application
|
||||||
version: 14.0.2
|
version: 14.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- finacial
|
- finacial
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ data:
|
|||||||
{{- $static_cron_token := randAlphaNum 32 }}
|
{{- $static_cron_token := randAlphaNum 32 }}
|
||||||
{{- $app_key := randAlphaNum 32 }}
|
{{- $app_key := randAlphaNum 32 }}
|
||||||
STATIC_CRON_TOKEN: {{ $static_cron_token | b64enc }}
|
STATIC_CRON_TOKEN: {{ $static_cron_token | b64enc }}
|
||||||
APP_KEY: {{ $static_cron_token | b64enc }}
|
APP_KEY: {{ $app_key | b64enc }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user