From 75627b2b5819c6821b29e39381971fef3232514f Mon Sep 17 00:00:00 2001 From: Oliver Kaufmann Date: Wed, 20 Mar 2024 00:58:17 +0100 Subject: [PATCH 1/2] fix: add annotation with checksum of secret --- charts/firefly-iii/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) 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 }} From bed08f1e280eb51262710a38dbc95bee5ca196c7 Mon Sep 17 00:00:00 2001 From: Oliver Kaufmann Date: Wed, 20 Mar 2024 01:01:20 +0100 Subject: [PATCH 2/2] chore: bump chart version --- charts/firefly-iii/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/