mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +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 }}
|
initialPasswordAdministrator: {{ .Values.secrets.univentionManagementStack.systemAccounts.administratorPassword | quote }}
|
||||||
initialPasswordSysIdpUser: {{ .Values.secrets.univentionManagementStack.systemAccounts.sysIdpUserPassword | quote }}
|
initialPasswordSysIdpUser: {{ .Values.secrets.univentionManagementStack.systemAccounts.sysIdpUserPassword | quote }}
|
||||||
umcPostgresqlHostname: {{ .Values.databases.umsSelfservice.host | 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 }}
|
umcMemcachedHostname: {{ .Values.cache.umsSelfservice.host | quote }}
|
||||||
umcMemcachedUsername: "selfservice"
|
umcMemcachedUsername: "selfservice"
|
||||||
|
|
||||||
|
|||||||
@@ -59,6 +59,6 @@ extraSecrets:
|
|||||||
- name: ums-udm-rest-api-credentials
|
- name: ums-udm-rest-api-credentials
|
||||||
stringData:
|
stringData:
|
||||||
ldap.secret: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote }}
|
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"
|
registry: "registry.opencode.de"
|
||||||
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
||||||
name: "ldap-notifier"
|
name: "ldap-notifier"
|
||||||
version: "0.10.0"
|
version: "0.10.1"
|
||||||
verify: true
|
verify: true
|
||||||
umsLdapServer:
|
umsLdapServer:
|
||||||
# providerCategory: 'Supplier'
|
# providerCategory: 'Supplier'
|
||||||
@@ -462,7 +462,7 @@ charts:
|
|||||||
registry: "registry.opencode.de"
|
registry: "registry.opencode.de"
|
||||||
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
||||||
name: "ldap-server"
|
name: "ldap-server"
|
||||||
version: "0.10.0"
|
version: "0.10.1"
|
||||||
verify: true
|
verify: true
|
||||||
umsNotificationsApi:
|
umsNotificationsApi:
|
||||||
# providerCategory: 'Supplier'
|
# providerCategory: 'Supplier'
|
||||||
|
|||||||
@@ -566,7 +566,7 @@ images:
|
|||||||
# upstreamMirrorStartFrom: ['0', '8', '2']
|
# upstreamMirrorStartFrom: ['0', '8', '2']
|
||||||
registry: "registry.opencode.de"
|
registry: "registry.opencode.de"
|
||||||
repository: "bmi/opendesk/components/supplier/univention/images-mirror/ldap-notifier"
|
repository: "bmi/opendesk/components/supplier/univention/images-mirror/ldap-notifier"
|
||||||
tag: "0.10.0@sha256:c2532b7a0920f49c115a58f1660cb7af495ebbb0e2eac0bb5f6723c59633a019"
|
tag: "0.10.1@sha256:940eb9c20c53f90aa477699c0393242a7064d974a856d714ad151069e8d12af4"
|
||||||
umsLdapServer:
|
umsLdapServer:
|
||||||
# providerCategory: 'Supplier'
|
# providerCategory: 'Supplier'
|
||||||
# providerResponsible: 'Univention'
|
# providerResponsible: 'Univention'
|
||||||
@@ -576,7 +576,7 @@ images:
|
|||||||
# upstreamMirrorStartFrom: ['0', '8', '2']
|
# upstreamMirrorStartFrom: ['0', '8', '2']
|
||||||
registry: "registry.opencode.de"
|
registry: "registry.opencode.de"
|
||||||
repository: "bmi/opendesk/components/supplier/univention/images-mirror/ldap-server"
|
repository: "bmi/opendesk/components/supplier/univention/images-mirror/ldap-server"
|
||||||
tag: "0.10.0@sha256:ee54a0c6bf2e1d24fa04e7487cbebdec0a344f5db8f9a706db2b982fd07bc720"
|
tag: "0.10.1@sha256:5ae54faec6074c4653ef837158262dd6e7b7ff414f8d8722e35f929543a6a6ef"
|
||||||
umsNotificationsApi:
|
umsNotificationsApi:
|
||||||
# providerCategory: 'Supplier'
|
# providerCategory: 'Supplier'
|
||||||
# providerResponsible: 'Univention'
|
# providerResponsible: 'Univention'
|
||||||
|
|||||||
Reference in New Issue
Block a user