diff --git a/helmfile/apps/open-xchange/helmfile.yaml b/helmfile/apps/open-xchange/helmfile.yaml index e72d3c0e..b0896cdd 100644 --- a/helmfile/apps/open-xchange/helmfile.yaml +++ b/helmfile/apps/open-xchange/helmfile.yaml @@ -26,7 +26,7 @@ releases: condition: "dovecot.enabled" - name: "open-xchange" chart: "openxchange-repo/appsuite-public-sector/charts/appsuite-public-sector" - version: "1.2.13" + version: "2.0.3" values: - "values-openxchange.yaml" - "values-openxchange.gotmpl" diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml b/helmfile/apps/open-xchange/values-openxchange.yaml index 0829f40d..5161f678 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml +++ b/helmfile/apps/open-xchange/values-openxchange.yaml @@ -55,13 +55,17 @@ appsuite: com.openexchange.mail.filter.server: "dovecot" com.openexchange.mail.filter.preferredSaslMech: "XOAUTH2" # Capabilities + # Old capability can be used to toggle all integrations with a single switch + com.openexchange.capability.public-sector: "true" + # New capabilities in 2.0 + com.openexchange.capability.public-sector-element: "false" + com.openexchange.capability.public-sector-navigation: "true" com.openexchange.capability.client-onboarding: "true" com.openexchange.capability.dynamic-theme: "true" com.openexchange.capability.filestorage_nextcloud: "true" com.openexchange.capability.filestorage_nextcloud_oauth: "true" com.openexchange.capability.guard: "true" com.openexchange.capability.guard-mail: "true" - com.openexchange.capability.public-sector: "true" com.openexchange.capability.smime: "true" com.openexchange.capability.share_links: "false" com.openexchange.capability.invite_guests: "false" @@ -95,6 +99,11 @@ appsuite: bindDN: "uid=ldapsearch_ox,cn=users,dc=swp-ldap,dc=internal" uiSettings: + # Show the Enterprise Picker in the top right corner instead of the launcher drop-down + io.ox/core//features/enterprisePicker/showLauncher: "false" + io.ox/core//features/enterprisePicker/showTopRightLauncher: "true" + # Text and icon color in the topbar + io.ox/dynamic-theme//topbarColor: "#000" io.ox/dynamic-theme//logoWidth: "82" io.ox/dynamic-theme//topbarHover: "rgba(0, 0, 0, 0.1)" # Resources diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index b2f2b9a2..7e6707f3 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -76,28 +76,28 @@ images: digest: "sha256:199a4457602b4e260d9781358cd2e342f63c177f4bcfa8053493be01e57beddf" openxchangeCoreGuidedtours: repository: "appsuite-public-sector/core-guidedtours" - tag: "8.5.0" + tag: "8.5.1" openxchangeCoreMW: repository: "appsuite-public-sector/middleware-public-sector" - tag: "8.15.43" + tag: "8.16.55" openxchangeCoreUI: repository: "appsuite-public-sector/core-ui" - tag: "8.15.2" + tag: "8.16.5" openxchangeCoreUIMiddleware: repository: "appsuite-public-sector/core-ui-middleware" - tag: "1.8.3" + tag: "1.8.4" openxchangeCoreUserGuide: repository: "appsuite-public-sector/core-user-guide" - tag: "8.15.702039" + tag: "8.16.727397" openxchangeGuardUI: repository: "appsuite-public-sector/guard-ui" - tag: "4.0.5" + tag: "4.0.6" openxchangeNextcloudIntegrationUI: repository: "appsuite-public-sector/nextcloud-integration-ui" - tag: "1.0.2" + tag: "1.0.3" openxchangePublicSectorUI: repository: "appsuite-public-sector/public-sector-ui" - tag: "1.0.3" + tag: "2.0.1" oxConnector: repository: "souvap/tooling/images/ox-connector/ox-connector-standalone" tag: "branch-jconde-listener-entrypoint-chaining"