From ab49bf9f6bb945cdce3950e46382b7361c48e6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Sat, 1 Feb 2025 07:54:33 +0100 Subject: [PATCH] fix(nextcloud): Update `groupfolders` app to fix group selection in admin mode --- .../images.yaml.gotmpl | 2 +- helmfile/environments/default/images.yaml.gotmpl | 2 +- helmfile/environments/default/replicas.yaml.gotmpl | 2 ++ helmfile/environments/default/theme.yaml.gotmpl | 14 +++++++------- .../theme/_dev/{dummy_circle.svg => empty.svg} | 0 5 files changed, 11 insertions(+), 9 deletions(-) rename helmfile/files/theme/_dev/{dummy_circle.svg => empty.svg} (100%) diff --git a/helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl b/helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl index 1ade3fe7..93f66a45 100644 --- a/helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl +++ b/helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl @@ -13,7 +13,7 @@ images: nextcloud: registry: "registry.opencode.de" repository: "zendis/opendesk-enterprise/components/supplier/nextcloud/images/opendesk-nextcloud" - tag: "1.0.5@sha256:a541b29dad10deb99dbae6c3a463e994a054ac5c7ffc0a5c524c7b0f65544748" + tag: "1.0.7@sha256:3c0afeb7fb41e3ffa32ab3d3b96b41f5afd7a2b066a27b4478a64e06d2f0bd06" openxchangeCoreMW: registry: "registry.opencode.de" repository: "zendis/opendesk-enterprise/components/supplier/open-xchange/images-mirror/core-mw" diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index b9b1ed90..1fde8f0a 100644 --- a/helmfile/environments/default/images.yaml.gotmpl +++ b/helmfile/environments/default/images.yaml.gotmpl @@ -318,7 +318,7 @@ images: # upstreamRepository: "bmi/opendesk/components/platform-development/images/opendesk-nextcloud" registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/images/opendesk-nextcloud" - tag: "2.4.0@sha256:03d3273b49a3a51fc2d418302070657ad4198ee014f15ff4320e2164625431a1" + tag: "2.4.2@sha256:1f5d1378ac2cb00f6918fa49298bffe7da5e8c1eb02ae1ab3783870df2250841" nextcloudExporter: # providerCategory: "Platform" # providerResponsible: "openDesk" diff --git a/helmfile/environments/default/replicas.yaml.gotmpl b/helmfile/environments/default/replicas.yaml.gotmpl index af6622d4..67f198a2 100644 --- a/helmfile/environments/default/replicas.yaml.gotmpl +++ b/helmfile/environments/default/replicas.yaml.gotmpl @@ -100,6 +100,8 @@ replicas: # -- scalable: true umsLdapServerSecondary: 0 # -- scalable: true + # -- comment: The LDAP proxy is only required in situations where there are clients outside of UDM writing into the + # LDAP like Samba. This is not a use case within openDesk so the LDAP Proxy's replica count should be kept at `0` umsLdapServerProxy: 0 # -- scalable: tbd umsNotificationsApi: 1 diff --git a/helmfile/environments/default/theme.yaml.gotmpl b/helmfile/environments/default/theme.yaml.gotmpl index 7f8cba33..35fda541 100644 --- a/helmfile/environments/default/theme.yaml.gotmpl +++ b/helmfile/environments/default/theme.yaml.gotmpl @@ -89,13 +89,13 @@ theme: notes: {{ readFile "./../../files/theme/notes/favicon.svg" | b64enc | quote }} realtimeCollaboration: {{ readFile "./../../files/theme/chat/favicon.svg" | b64enc | quote }} realtimeVideoconference: {{ readFile "./../../files/theme/videoconference/favicon.svg" | b64enc | quote }} - # dummy_circle.svg - dummyCircle: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }} - fileshareActivity: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }} - adminContext: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }} - selfserviceChangepassword: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }} - selfserviceEditprofile: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }} - selfserviceProtectaccount: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }} + # empty.svg + dummyCircle: {{ readFile "./../../files/theme/_dev/empty.svg" | b64enc | quote }} + fileshareActivity: {{ readFile "./../../files/theme/_dev/empty.svg" | b64enc | quote }} + adminContext: {{ readFile "./../../files/theme/_dev/empty.svg" | b64enc | quote }} + selfserviceChangepassword: {{ readFile "./../../files/theme/_dev/empty.svg" | b64enc | quote }} + selfserviceEditprofile: {{ readFile "./../../files/theme/_dev/empty.svg" | b64enc | quote }} + selfserviceProtectaccount: {{ readFile "./../../files/theme/_dev/empty.svg" | b64enc | quote }} projects: faviconSvg: {{ readFile "./../../files/theme/projects/favicon.svg" | b64enc | quote }} diff --git a/helmfile/files/theme/_dev/dummy_circle.svg b/helmfile/files/theme/_dev/empty.svg similarity index 100% rename from helmfile/files/theme/_dev/dummy_circle.svg rename to helmfile/files/theme/_dev/empty.svg