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:
|
||||
- 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"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user