From b2356855d5b481359a2b29e43517bbc1f9025b5c Mon Sep 17 00:00:00 2001 From: Thorsten Rossner Date: Fri, 28 Jul 2023 15:21:11 +0000 Subject: [PATCH] fix(nextcloud): Add Istio domain on integration for read/write contacts with Open-Xchange --- helmfile/apps/nextcloud/helmfile.yaml | 2 +- helmfile/apps/nextcloud/values-bootstrap.gotmpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helmfile/apps/nextcloud/helmfile.yaml b/helmfile/apps/nextcloud/helmfile.yaml index 6ecd4c22..f68beb60 100644 --- a/helmfile/apps/nextcloud/helmfile.yaml +++ b/helmfile/apps/nextcloud/helmfile.yaml @@ -10,7 +10,7 @@ repositories: releases: - name: "swp-nextcloud-bootstrap" chart: "swp-nextcloud-bootstrap/sovereign-workplace-nextcloud-bootstrap" - version: "2.0.5" + version: "2.0.6" wait: true values: - "values-bootstrap.gotmpl" diff --git a/helmfile/apps/nextcloud/values-bootstrap.gotmpl b/helmfile/apps/nextcloud/values-bootstrap.gotmpl index 71631774..d7a2225c 100644 --- a/helmfile/apps/nextcloud/values-bootstrap.gotmpl +++ b/helmfile/apps/nextcloud/values-bootstrap.gotmpl @@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0 --- global: domain: "{{ .Values.global.domain }}" + istioDomain: "{{ .Values.istio.domain }}" hosts: {{ .Values.global.hosts | toYaml | nindent 4 }} registry: "{{ .Values.global.imageRegistry }}"