fix(univention-management-stack): Fix #55, #35 by updating chart "ums" to 0.11.2 and image "portal-listener" to 0.20.6; To update an existing installation you need to manually delete the ums-portal-listener stateful set before the update: kubectl -n <your_namespace> delete statefulsets ums-portal-listener

This commit is contained in:
Johannes Bornhold
2024-04-25 14:27:43 +02:00
committed by Thorsten Roßner
parent 9be3b78761
commit 2ad027082f
2 changed files with 2 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ charts:
registry: "registry.souvap-univention.de" registry: "registry.souvap-univention.de"
repository: "souvap/tooling/charts/univention" repository: "souvap/tooling/charts/univention"
name: "ums" name: "ums"
version: "0.11.0" version: "0.11.2"
verify: true verify: true
umsKeycloakBootstrap: umsKeycloakBootstrap:
# providerCategory: 'Supplier' # providerCategory: 'Supplier'

View File

@@ -650,7 +650,7 @@ images:
# upstreamMirrorStartFrom: ['0', '9', '4'] # upstreamMirrorStartFrom: ['0', '9', '4']
registry: "registry.opencode.de" registry: "registry.opencode.de"
repository: "bmi/opendesk/components/supplier/univention/images-mirror/portal-listener" repository: "bmi/opendesk/components/supplier/univention/images-mirror/portal-listener"
tag: "0.20.3@sha256:8960b54477d4a74e8cb52f66264928e0940b725c349cda2a22ede67e216f5f1e" tag: "0.20.7@sha256:8f158b88e0ceb7a5c79d2ad390f6ce851ce0c5ccb675d08d6b6c37f0b21f6177"
umsPortalServer: umsPortalServer:
# providerCategory: 'Supplier' # providerCategory: 'Supplier'
# providerResponsible: 'Univention' # providerResponsible: 'Univention'