From 2e992fc23606a497d770e44fb3afeada1f5d54dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 12 Mar 2025 09:39:04 +0100 Subject: [PATCH] fix(openxchange): Template HTML title from `.Values.theme.texts.productName` --- helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl | 2 +- helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl b/helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl index d15c7c93..1867db2f 100644 --- a/helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl +++ b/helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl @@ -123,7 +123,7 @@ configuration: value: {{ .Values.secrets.keycloak.clientSecret.ncoidc | quote }} opendeskIntegration: - centralnavigation: + centralNavigation: username: value: "opendesk_username" password: diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index fdaf2293..e7f2cd88 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -119,7 +119,7 @@ appsuite: asConfig: default: host: "all" - pageHeaderPrefix: "as8.souvap App Suite" + productName: {{ .Values.theme.texts.productName | quote }} oidcLogin: true oidcPath: "/oidc" masterAdmin: "admin"