diff --git a/charts/firefly-iii/Chart.yaml b/charts/firefly-iii/Chart.yaml index 0b5d74e..e318532 100644 --- a/charts/firefly-iii/Chart.yaml +++ b/charts/firefly-iii/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: firefly-iii -version: 1.8.0 +version: 1.8.1 description: Installs Firefly III type: application home: https://www.firefly-iii.org/ diff --git a/charts/firefly-iii/templates/deployment.yaml b/charts/firefly-iii/templates/deployment.yaml index 7f65bb9..e4ac0bb 100644 --- a/charts/firefly-iii/templates/deployment.yaml +++ b/charts/firefly-iii/templates/deployment.yaml @@ -17,6 +17,7 @@ spec: metadata: annotations: checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} + checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }}