We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e0579 commit de128caCopy full SHA for de128ca
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.35.0
+version: 0.36.0
charts/synapse/templates/matrix-authentication-secret.yaml
@@ -3,11 +3,15 @@ apiVersion: v1
kind: Secret
4
metadata:
5
name: matrix-authentication
6
- {{- if .Values.argocd }}
7
annotations:
+ {{- if .Values.argocd }}
8
argocd.argoproj.io/sync-wave: "-30"
9
argocd.argoproj.io/hook: "Sync"
10
- {{- end }}
+ {{- else }}
11
+ helm.sh/hook: "pre-install,pre-upgrade"
12
+ helm.sh/hook-weight: "-30"
13
+ helm.sh/hook-delete-policy: "before-hook-creation"
14
+ {{- end }}
15
labels:
16
{{- include "matrix-authentication.selectorLabels" . | nindent 4 }}
17
type: Opaque
0 commit comments