mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(univention-management-stack): Update ldap-notifier and ldap-server
This commit is contained in:
committed by
Thorsten Roßner
parent
8e889db63e
commit
a41ddd5451
@@ -50,7 +50,7 @@ stackDataContext:
|
||||
initialPasswordAdministrator: {{ .Values.secrets.univentionManagementStack.systemAccounts.administratorPassword | quote }}
|
||||
initialPasswordSysIdpUser: {{ .Values.secrets.univentionManagementStack.systemAccounts.sysIdpUserPassword | quote }}
|
||||
umcPostgresqlHostname: {{ .Values.databases.umsSelfservice.host | quote }}
|
||||
umcPostgresqUsername: {{ .Values.databases.umsSelfservice.username | quote }}
|
||||
umcPostgresqlUsername: {{ .Values.databases.umsSelfservice.username | quote }}
|
||||
umcMemcachedHostname: {{ .Values.cache.umsSelfservice.host | quote }}
|
||||
umcMemcachedUsername: "selfservice"
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ containerSecurityContext:
|
||||
udmRestApi:
|
||||
secretRef: ums-udm-rest-api-credentials
|
||||
ldap:
|
||||
uri: "ldap://{{ .Values.ldap.host }}:389"
|
||||
uri: "ldap://{{ .Values.ldap.host }}:389"
|
||||
baseDN: {{ .Values.ldap.baseDn | quote }}
|
||||
image:
|
||||
registry: {{ .Values.global.imageRegistry | default .Values.images.umsUdmRestApi.registry | quote }}
|
||||
@@ -59,6 +59,6 @@ extraSecrets:
|
||||
- name: ums-udm-rest-api-credentials
|
||||
stringData:
|
||||
ldap.secret: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote }}
|
||||
machine.secret: {{ .Values.secrets.univentionManagementStack.ldapSecret | b64enc | quote }}
|
||||
machine.secret: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote }}
|
||||
|
||||
...
|
||||
|
||||
@@ -450,7 +450,7 @@ charts:
|
||||
registry: "registry.opencode.de"
|
||||
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
||||
name: "ldap-notifier"
|
||||
version: "0.10.0"
|
||||
version: "0.10.1"
|
||||
verify: true
|
||||
umsLdapServer:
|
||||
# providerCategory: 'Supplier'
|
||||
@@ -462,7 +462,7 @@ charts:
|
||||
registry: "registry.opencode.de"
|
||||
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
||||
name: "ldap-server"
|
||||
version: "0.10.0"
|
||||
version: "0.10.1"
|
||||
verify: true
|
||||
umsNotificationsApi:
|
||||
# providerCategory: 'Supplier'
|
||||
|
||||
@@ -566,7 +566,7 @@ images:
|
||||
# upstreamMirrorStartFrom: ['0', '8', '2']
|
||||
registry: "registry.opencode.de"
|
||||
repository: "bmi/opendesk/components/supplier/univention/images-mirror/ldap-notifier"
|
||||
tag: "0.10.0@sha256:c2532b7a0920f49c115a58f1660cb7af495ebbb0e2eac0bb5f6723c59633a019"
|
||||
tag: "0.10.1@sha256:940eb9c20c53f90aa477699c0393242a7064d974a856d714ad151069e8d12af4"
|
||||
umsLdapServer:
|
||||
# providerCategory: 'Supplier'
|
||||
# providerResponsible: 'Univention'
|
||||
@@ -576,7 +576,7 @@ images:
|
||||
# upstreamMirrorStartFrom: ['0', '8', '2']
|
||||
registry: "registry.opencode.de"
|
||||
repository: "bmi/opendesk/components/supplier/univention/images-mirror/ldap-server"
|
||||
tag: "0.10.0@sha256:ee54a0c6bf2e1d24fa04e7487cbebdec0a344f5db8f9a706db2b982fd07bc720"
|
||||
tag: "0.10.1@sha256:5ae54faec6074c4653ef837158262dd6e7b7ff414f8d8722e35f929543a6a6ef"
|
||||
umsNotificationsApi:
|
||||
# providerCategory: 'Supplier'
|
||||
# providerResponsible: 'Univention'
|
||||
|
||||
Reference in New Issue
Block a user