From 2ad027082f4cb958d68d7728d8db05f786dba0f0 Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Thu, 25 Apr 2024 14:27:43 +0200 Subject: [PATCH] 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 delete statefulsets ums-portal-listener` --- helmfile/environments/default/charts.yaml | 2 +- helmfile/environments/default/images.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 165efa92..feb6c769 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -380,7 +380,7 @@ charts: registry: "registry.souvap-univention.de" repository: "souvap/tooling/charts/univention" name: "ums" - version: "0.11.0" + version: "0.11.2" verify: true umsKeycloakBootstrap: # providerCategory: 'Supplier' diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 9880a1b3..a326190e 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -650,7 +650,7 @@ images: # upstreamMirrorStartFrom: ['0', '9', '4'] registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/univention/images-mirror/portal-listener" - tag: "0.20.3@sha256:8960b54477d4a74e8cb52f66264928e0940b725c349cda2a22ede67e216f5f1e" + tag: "0.20.7@sha256:8f158b88e0ceb7a5c79d2ad390f6ce851ce0c5ccb675d08d6b6c37f0b21f6177" umsPortalServer: # providerCategory: 'Supplier' # providerResponsible: 'Univention'