Skip to content

Commit e434448

Browse files
committed
fix checksum for MAS secret
1 parent 781d855 commit e434448

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.50.1
3+
version: 0.50.2

charts/synapse/templates/matrix-authentication-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
labels:
2222
{{- include "matrix-authentication.selectorLabels" . | nindent 8 }}
2323
annotations:
24-
checksum/config: {{ .Values.matrixAuthentication.configYaml | sha256sum }}
24+
checksum/config: {{ include (print $.Template.BasePath "/matrix-authentication-secret.yaml") $ | sha256sum }}
2525
{{- with .Values.matrixAuthentication.podAnnotations }}
2626
{{- toYaml . | nindent 8 }}
2727
{{- end }}

0 commit comments

Comments
 (0)