We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781d855 commit e434448Copy full SHA for e434448
2 files changed
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.50.1
+version: 0.50.2
charts/synapse/templates/matrix-authentication-deployment.yaml
@@ -21,7 +21,7 @@ spec:
21
labels:
22
{{- include "matrix-authentication.selectorLabels" . | nindent 8 }}
23
annotations:
24
- checksum/config: {{ .Values.matrixAuthentication.configYaml | sha256sum }}
+ checksum/config: {{ include (print $.Template.BasePath "/matrix-authentication-secret.yaml") $ | sha256sum }}
25
{{- with .Values.matrixAuthentication.podAnnotations }}
26
{{- toYaml . | nindent 8 }}
27
{{- end }}
0 commit comments