Skip to content

Commit

Permalink
Merge pull request #70 from okaufmann/add-missing-checksum-for-secret…
Browse files Browse the repository at this point in the history
…-changes

fix: add annotation with checksum of secret
  • Loading branch information
JC5 committed Mar 20, 2024
2 parents 5e45ed9 + bed08f1 commit 6fb5dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/firefly-iii/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
1 change: 1 addition & 0 deletions charts/firefly-iii/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6fb5dd7

Please sign in to comment.