diff --git a/.DS_Store b/.DS_Store index 4fa5716..d431be4 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/apps/production/element-server-suite.yaml b/apps/production/element-server-suite.yaml index 7ed0e4c..5809258 100644 --- a/apps/production/element-server-suite.yaml +++ b/apps/production/element-server-suite.yaml @@ -4,7 +4,7 @@ metadata: name: matrix-stack namespace: matrix spec: - interval: 1h + interval: 5m chart: spec: chart: matrix-stack diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index 260f0b8..d3c7a9b 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -1,5 +1,18 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization + +# Patch: Fügt einen Checksum der element-values.yaml zur HelmRelease hinzu +# Damit wird Flux die HelmRelease neu-synced wenn sich die ConfigMap ändert +patches: + - target: + kind: HelmRelease + name: matrix-stack + namespace: matrix + patch: |- + - op: add + path: /metadata/annotations/element-config-checksum + value: "401f8a87d0ef5d91d2e5032d4aede42c" + resources: - matrix-postgres-auth.yaml - cert-issuer.yaml