From b23f4db354c90528a4203e16614b4b3fed0f9d41 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Mon, 8 Apr 2024 14:26:48 +0200 Subject: [PATCH] wire-server chart: Disable integration chart by default (#3682) --- changelog.d/5-internal/disable-integration-chart | 1 + charts/wire-server/values.yaml | 1 + hack/helm_vars/wire-server/values.yaml.gotmpl | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog.d/5-internal/disable-integration-chart diff --git a/changelog.d/5-internal/disable-integration-chart b/changelog.d/5-internal/disable-integration-chart new file mode 100644 index 00000000000..8a222420e7a --- /dev/null +++ b/changelog.d/5-internal/disable-integration-chart @@ -0,0 +1 @@ +Disable `integration` subchart of `wire-server` by default \ No newline at end of file diff --git a/charts/wire-server/values.yaml b/charts/wire-server/values.yaml index 3a0a3f1f525..7e41eca7838 100644 --- a/charts/wire-server/values.yaml +++ b/charts/wire-server/values.yaml @@ -13,3 +13,4 @@ tags: sftd: false backoffice: false mlsstats: false + integration: false diff --git a/hack/helm_vars/wire-server/values.yaml.gotmpl b/hack/helm_vars/wire-server/values.yaml.gotmpl index 1547d6f846a..dec2183e9c5 100644 --- a/hack/helm_vars/wire-server/values.yaml.gotmpl +++ b/hack/helm_vars/wire-server/values.yaml.gotmpl @@ -14,6 +14,7 @@ tags: account-pages: false legalhold: false sftd: false + integration: true cassandra-migrations: imagePullPolicy: {{ .Values.imagePullPolicy }}