Skip to content

Commit 5f47b38

Browse files
authored
fix: trigger deployment rollout on configmap change (#366)
* fix: trigger deployment rollout on configmap change * chore: bump chart to 15.2.3
1 parent 72520c1 commit 5f47b38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

zammad/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: zammad
3-
version: 15.2.2
3+
version: 15.2.3
44
appVersion: 6.5.2
55
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
66
home: https://zammad.org

zammad/templates/deployment-nginx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
template:
1717
metadata:
1818
annotations:
19+
checksum/config: {{ include (print $.Template.BasePath "/configmap-nginx.yaml") . | sha256sum }}
1920
{{- include "zammad.podAnnotations" . | nindent 8 }}
2021
{{- with .Values.zammadConfig.nginx.podAnnotations }}
2122
{{- toYaml . | nindent 8}}

0 commit comments

Comments
 (0)