diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index e1a9e9c5..6b5ac882 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -399,6 +399,10 @@ nubusStackDataUms: - 'cn=managed-by-attribute-Learnmanagement,cn=groups,{{ .Values.ldap.baseDn }}' portaltileGroupLiveCollaboration: - 'cn=managed-by-attribute-Livecollaboration,cn=groups,{{ .Values.ldap.baseDn }}' + systemInformation: + enabled: {{ .Values.functional.admin.portal.deploymentInformation.enabled }} + releaseVersion: "Release: {{ .Values.global.systemInformation.releaseVersion }}" + deployDate: "Deployed: {{ now | date "2006-01-02T15:04:05-0700" }}" nubusUmcServer: memcached: diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 61bba17d..38ac05d8 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -369,7 +369,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.4.0@sha256:8f3a278c41b799f23f0559e6bc4ebfe9a3ee3d70a906205ea84597a5411af5d5" + tag: "1.5.0@sha256:2bfdf79028ec788162cf75bf80b08ed5aa3f747430bc85fd5e0427decc9994de" nubusOpenPolicyAgent: # providerCategory: "Supplier" # providerResponsible: "Univention"