From e3238f96f74bfea0b52125d0b5c384aacb75287c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Fri, 4 Oct 2024 15:22:07 +0200 Subject: [PATCH] fix(nubus): Update LDAP openDesk schemas and add related openDesk config options to user. --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 2 ++ helmfile/environments/default/charts.yaml | 2 +- helmfile/environments/default/images.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 7b38feb1..c7777293 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -466,6 +466,8 @@ nubusStackDataUms: - 'cn=managed-by-attribute-Learnmanagement,cn=groups,{{ .Values.ldap.baseDn }}' portaltileGroupLiveCollaboration: - 'cn=managed-by-attribute-Livecollaboration,cn=groups,{{ .Values.ldap.baseDn }}' + portaltileGroupVideoconference: + - 'cn=managed-by-attribute-Videoconference,cn=groups,{{ .Values.ldap.baseDn }}' systemInformation: releaseVersion: "Release: {{ .Values.global.systemInformation.releaseVersion }}" {{- if .Values.functional.admin.portal.deploymentTimestamp.enabled }} diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 2a5a97b9..db60cb35 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -274,7 +274,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/charts/opendesk-keycloak-bootstrap" name: "opendesk-keycloak-bootstrap" - version: "2.1.2" + version: "2.1.3" verify: true openproject: # providerCategory: "Supplier" diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 25f0280d..d3a376a6 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -403,7 +403,7 @@ images: # upstreamRepository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" - tag: "1.6.18@sha256:e12fa23432aed4d5bd04c11d840a490e877051112f3382e8cae79cc5ac6239e2" + tag: "1.7.0@sha256:be8d1ec76e0d87a96fd08cf18fcec4afef2a5388567da866c482da6cf2c594ab" nubusOpenPolicyAgent: # providerCategory: "Supplier" # providerResponsible: "Univention"