Skip to content

Commit 3aeeee4

Browse files
authored
Merge pull request #41 from element-hq/rdanzey/element-call-redeploy-config
element-call - Redeploy on config changes
2 parents 5b60aaa + 456049d commit 3aeeee4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/element-call/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66

77
# This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: "0.2.0"
9+
version: "0.2.1"
1010

1111
# This version number should be incremented each time you make changes
1212
# to the application.

charts/element-call/templates/deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ spec:
1313
{{- include "element-call.selectorLabels" . | nindent 6 }}
1414
template:
1515
metadata:
16-
{{- with .Values.podAnnotations }}
1716
annotations:
17+
{{- with .Values.podAnnotations }}
1818
{{- toYaml . | nindent 8 }}
19-
{{- end }}
19+
{{- end }}
20+
checksum/config: {{ include (print $.Template.BasePath "/config-template.yaml") . | sha256sum }}
2021
labels:
2122
{{- include "element-call.selectorLabels" . | nindent 8 }}
2223
spec:

0 commit comments

Comments
 (0)