Skip to content

Commit

Permalink
Merge pull request #41 from element-hq/rdanzey/element-call-redeploy-…
Browse files Browse the repository at this point in the history
…config

element-call - Redeploy on config changes
  • Loading branch information
Arkaniad authored Aug 8, 2024
2 parents 5b60aaa + 456049d commit 3aeeee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/element-call/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application

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

# This version number should be incremented each time you make changes
# to the application.
Expand Down
5 changes: 3 additions & 2 deletions charts/element-call/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ spec:
{{- include "element-call.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
checksum/config: {{ include (print $.Template.BasePath "/config-template.yaml") . | sha256sum }}
labels:
{{- include "element-call.selectorLabels" . | nindent 8 }}
spec:
Expand Down

0 comments on commit 3aeeee4

Please sign in to comment.