diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index 156e6a46..8288d677 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -277,14 +277,16 @@ appsuite: packages: status: {{- if .Values.functional.migration.oxAppSuite.enabled }} - open-xchange-authentication-masterpassword: "enabled" - open-xchange-authentication-ldap: "disabled" - open-xchange-authentication-oauth: "disabled" open-xchange-oidc: "disabled" + open-xchange-authentication-oauth: "disabled" + open-xchange-authentication-masterpassword: "enabled" + open-xchange-authentication-database: "disabled" + open-xchange-authentication-ldap: "disabled" {{- else }} open-xchange-oidc: "enabled" - open-xchange-authentication-database: "disabled" open-xchange-authentication-oauth: "enabled" + open-xchange-authentication-masterpassword: "disabled" + open-xchange-authentication-database: "disabled" open-xchange-authentication-ldap: "disabled" {{- end }} # OX Documents (office-web) is not used in openDesk @@ -428,8 +430,10 @@ appsuite: com.openexchange.share.cryptKey: {{ .Values.secrets.oxAppSuite.shareCryptKey | quote }} com.openexchange.conference.element.authToken: {{ .Values.secrets.oxAppSuite.synapseAsToken | quote }} propertiesFiles: + {{- if .Values.functional.migration.oxAppSuite.enabled }} /opt/open-xchange/etc/masterpassword-authentication.properties: com.openexchange.authentication.masterpassword.password: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }} + {{- end }} /opt/open-xchange/etc/AdminDaemon.properties: MASTER_ACCOUNT_OVERRIDE: "true" /opt/open-xchange/etc/AdminUser.properties: diff --git a/helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl b/helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl index 85d18121..6b3eef82 100644 --- a/helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl +++ b/helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl @@ -16,6 +16,6 @@ images: tag: "1.1.9@sha256:ad28c9dd8cdb4bdd325fe132215d0cf094392c3ddd1f114707b09bb7d1c61a9e" openxchangeCoreMW: registry: "registry.opencode.de" - repository: "zendis/opendesk-enterprise/components/supplier/open-xchange/images-mirror/core-mw" + repository: "zendis/opendesk-enterprise/components/supplier/open-xchange/images-mirror/middleware-public-sector-pro" tag: "8.35.85@sha256:54d01a16ea29a3ae8f1857e5bdf6d2e34046b8a3fa3d6179bb3ad3d047e1318f" ...