mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
fix(nextcloud): Add Istio domain on integration for read/write contacts with Open-Xchange
This commit is contained in:
@@ -10,7 +10,7 @@ repositories:
|
|||||||
releases:
|
releases:
|
||||||
- name: "swp-nextcloud-bootstrap"
|
- name: "swp-nextcloud-bootstrap"
|
||||||
chart: "swp-nextcloud-bootstrap/sovereign-workplace-nextcloud-bootstrap"
|
chart: "swp-nextcloud-bootstrap/sovereign-workplace-nextcloud-bootstrap"
|
||||||
version: "2.0.5"
|
version: "2.0.6"
|
||||||
wait: true
|
wait: true
|
||||||
values:
|
values:
|
||||||
- "values-bootstrap.gotmpl"
|
- "values-bootstrap.gotmpl"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
---
|
---
|
||||||
global:
|
global:
|
||||||
domain: "{{ .Values.global.domain }}"
|
domain: "{{ .Values.global.domain }}"
|
||||||
|
istioDomain: "{{ .Values.istio.domain }}"
|
||||||
hosts:
|
hosts:
|
||||||
{{ .Values.global.hosts | toYaml | nindent 4 }}
|
{{ .Values.global.hosts | toYaml | nindent 4 }}
|
||||||
registry: "{{ .Values.global.imageRegistry }}"
|
registry: "{{ .Values.global.imageRegistry }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user