diff --git a/charts/matrix-synapse/Chart.yaml b/charts/matrix-synapse/Chart.yaml index 6d35ca3..d2aa0a3 100644 --- a/charts/matrix-synapse/Chart.yaml +++ b/charts/matrix-synapse/Chart.yaml @@ -6,7 +6,7 @@ icon: https://matrix.org/images/matrix-logo.svg appVersion: 1.79.0 type: application -version: 3.2.0 +version: 3.2.1 maintainers: - name: Alexander Olofsson email: ace@haxalot.com diff --git a/charts/matrix-synapse/templates/configuration-scripts.yaml b/charts/matrix-synapse/templates/configuration-scripts.yaml index 8f090a4..cefd9fc 100644 --- a/charts/matrix-synapse/templates/configuration-scripts.yaml +++ b/charts/matrix-synapse/templates/configuration-scripts.yaml @@ -7,5 +7,6 @@ metadata: {{- include "matrix-synapse.labels" . | nindent 4 }} annotations: helm.sh/hook: pre-install + helm.sh/resource-policy: keep data: {{ (.Files.Glob "scripts/*.sh").AsConfig | indent 2 }}