diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index 4dd809d3..87123faf 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -215,6 +215,15 @@ appsuite: productName: {{ .Values.theme.texts.productName | quote }} oidcLogin: true oidcPath: "/oidc/" + defaultScaling: + nodes: + default: + roles: + - http-api + - sync + - admin + - businessmobility + - request-analyzer masterAdmin: "admin" masterPassword: {{ .Values.secrets.oxAppSuite.adminPassword | quote }} hzGroupName: "hzgroup" diff --git a/helmfile/environments/default/charts.yaml.gotmpl b/helmfile/environments/default/charts.yaml.gotmpl index b2d94d50..4b7f344b 100644 --- a/helmfile/environments/default/charts.yaml.gotmpl +++ b/helmfile/environments/default/charts.yaml.gotmpl @@ -407,7 +407,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/charts/opendesk-open-xchange-bootstrap" name: "opendesk-open-xchange-bootstrap" - version: "3.0.1" + version: "4.0.0" verify: true oxConnector: # providerCategory: "Supplier"