fix(nextcloud): Add Istio domain on integration for read/write contacts with Open-Xchange

This commit is contained in:
Thorsten Rossner
2023-07-28 15:21:11 +00:00
parent 59d64de44e
commit b2356855d5
2 changed files with 2 additions and 1 deletions

View File

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

View File

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