From a447c137fe58be343e7ada55afb7f6891a5cde74 Mon Sep 17 00:00:00 2001 From: Thomas Kaltenbrunner Date: Thu, 23 Nov 2023 13:27:11 +0000 Subject: [PATCH] fix(element): Fix quotes in element chart --- helmfile/apps/element/helmfile.yaml | 14 +++++++------- helmfile/apps/open-xchange/helmfile.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helmfile/apps/element/helmfile.yaml b/helmfile/apps/element/helmfile.yaml index 61b3fa9d..25419abc 100644 --- a/helmfile/apps/element/helmfile.yaml +++ b/helmfile/apps/element/helmfile.yaml @@ -33,7 +33,7 @@ repositories: releases: - name: "opendesk-element" chart: "opendesk-element-repo/opendesk-element" - version: "2.5.0" + version: "2.5.1" values: - "values-element.yaml" - "values-element.gotmpl" @@ -42,7 +42,7 @@ releases: - name: "opendesk-well-known" chart: "opendesk-element-repo/opendesk-well-known" - version: "2.5.0" + version: "2.5.1" values: - "values-well-known.yaml" - "values-well-known.gotmpl" @@ -51,7 +51,7 @@ releases: - name: "opendesk-synapse-web" chart: "opendesk-element-repo/opendesk-synapse-web" - version: "2.5.0" + version: "2.5.1" values: - "values-synapse-web.yaml" - "values-synapse-web.gotmpl" @@ -60,7 +60,7 @@ releases: - name: "opendesk-synapse" chart: "opendesk-element-repo/opendesk-synapse" - version: "2.5.0" + version: "2.5.1" values: - "values-synapse.yaml" - "values-synapse.gotmpl" @@ -69,7 +69,7 @@ releases: - name: "opendesk-matrix-user-verification-service-bootstrap" chart: "opendesk-element-repo/opendesk-synapse-create-account" - version: "2.5.0" + version: "2.5.1" values: - "values-matrix-user-verification-service-bootstrap.yaml" - "values-matrix-user-verification-service-bootstrap.gotmpl" @@ -78,7 +78,7 @@ releases: - name: "opendesk-matrix-user-verification-service" chart: "opendesk-element-repo/opendesk-matrix-user-verification-service" - version: "2.5.0" + version: "2.5.1" values: - "values-matrix-user-verification-service.yaml" - "values-matrix-user-verification-service.gotmpl" @@ -114,7 +114,7 @@ releases: - name: "matrix-neodatefix-bot-bootstrap" chart: "opendesk-element-repo/opendesk-synapse-create-account" - version: "2.5.0" + version: "2.5.1" values: - "values-matrix-neodatefix-bot-bootstrap.yaml" - "values-matrix-neodatefix-bot-bootstrap.gotmpl" diff --git a/helmfile/apps/open-xchange/helmfile.yaml b/helmfile/apps/open-xchange/helmfile.yaml index 9ee856c5..2055fc89 100644 --- a/helmfile/apps/open-xchange/helmfile.yaml +++ b/helmfile/apps/open-xchange/helmfile.yaml @@ -35,7 +35,7 @@ repositories: releases: - name: "dovecot" chart: "opendesk-dovecot-repo/dovecot" - version: "1.3.5" + version: "1.3.6" values: - "values-dovecot.yaml" - "values-dovecot.gotmpl"