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 }}"