Skip to content

Commit

Permalink
Merge pull request #67 from DebakelOrakel/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 authored Feb 4, 2024
2 parents 471a9e8 + 3c0c532 commit 52a75b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.7.3
version: 1.7.4
description: Installs Firefly III
type: application
home: https://www.firefly-iii.org/
Expand Down
5 changes: 3 additions & 2 deletions charts/firefly-iii/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ spec:
{{- include "firefly-iii.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
labels:
{{- include "firefly-iii.selectorLabels" . | nindent 8 }}
spec:
Expand Down

0 comments on commit 52a75b8

Please sign in to comment.