From 4b0da62cba2f581a5e3bca0915f273f36846ae8f Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 12 Mar 2024 16:57:31 +0100 Subject: [PATCH 1/4] chore(postgres): change to major tag --- charts/centralidp/values.yaml | 2 +- charts/sharedidp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/centralidp/values.yaml b/charts/centralidp/values.yaml index 8c0e81a9..1a9f7efd 100644 --- a/charts/centralidp/values.yaml +++ b/charts/centralidp/values.yaml @@ -106,7 +106,7 @@ keycloak: # https://eclipse-tractusx.github.io/docs/release/trg-5/trg-5-07/#aligning-dependency-versions). # Keycloak helm-chart from Bitnami has moved on to version 16. image: - tag: "15.6.0" + tag: "15" auth: # -- Non-root username. username: kccentral diff --git a/charts/sharedidp/values.yaml b/charts/sharedidp/values.yaml index 9ac4db06..16bcd29b 100644 --- a/charts/sharedidp/values.yaml +++ b/charts/sharedidp/values.yaml @@ -114,7 +114,7 @@ keycloak: # https://eclipse-tractusx.github.io/docs/release/trg-5/trg-5-07/#aligning-dependency-versions). # Keycloak helm-chart from Bitnami has moved on to version 16. image: - tag: "15.6.0" + tag: "15" auth: # -- Non-root username. username: kcshared From 96dd2d6074e0cf4b5946999ac85ac5274b36b766 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 13 Mar 2024 11:29:20 +0100 Subject: [PATCH 2/4] fix: remove collation version mismatch warning --- charts/centralidp/values.yaml | 2 +- charts/sharedidp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/centralidp/values.yaml b/charts/centralidp/values.yaml index 1a9f7efd..6e3046b2 100644 --- a/charts/centralidp/values.yaml +++ b/charts/centralidp/values.yaml @@ -106,7 +106,7 @@ keycloak: # https://eclipse-tractusx.github.io/docs/release/trg-5/trg-5-07/#aligning-dependency-versions). # Keycloak helm-chart from Bitnami has moved on to version 16. image: - tag: "15" + tag: "15-debian-11" auth: # -- Non-root username. username: kccentral diff --git a/charts/sharedidp/values.yaml b/charts/sharedidp/values.yaml index 16bcd29b..d7eabb95 100644 --- a/charts/sharedidp/values.yaml +++ b/charts/sharedidp/values.yaml @@ -114,7 +114,7 @@ keycloak: # https://eclipse-tractusx.github.io/docs/release/trg-5/trg-5-07/#aligning-dependency-versions). # Keycloak helm-chart from Bitnami has moved on to version 16. image: - tag: "15" + tag: "15-debian-11" auth: # -- Non-root username. username: kcshared From 28ec234d4b78592d49ef81153a3c2e5de91a3642 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 13 Mar 2024 11:30:35 +0100 Subject: [PATCH 3/4] chore: set correct version label --- charts/centralidp/values.yaml | 2 ++ charts/sharedidp/values.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/charts/centralidp/values.yaml b/charts/centralidp/values.yaml index 6e3046b2..1167de00 100644 --- a/charts/centralidp/values.yaml +++ b/charts/centralidp/values.yaml @@ -107,6 +107,8 @@ keycloak: # Keycloak helm-chart from Bitnami has moved on to version 16. image: tag: "15-debian-11" + commonLabels: + app.kubernetes.io/version: "15" auth: # -- Non-root username. username: kccentral diff --git a/charts/sharedidp/values.yaml b/charts/sharedidp/values.yaml index d7eabb95..506ed3f2 100644 --- a/charts/sharedidp/values.yaml +++ b/charts/sharedidp/values.yaml @@ -115,6 +115,8 @@ keycloak: # Keycloak helm-chart from Bitnami has moved on to version 16. image: tag: "15-debian-11" + commonLabels: + app.kubernetes.io/version: "15" auth: # -- Non-root username. username: kcshared From da24ba92d6c4eb96739c499df687fa479bd4a7ff Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 13 Mar 2024 12:25:01 +0100 Subject: [PATCH 4/4] docs: update upgrade info --- charts/centralidp/README.md.gotmpl | 2 +- charts/sharedidp/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/centralidp/README.md.gotmpl b/charts/centralidp/README.md.gotmpl index 69905b9b..8b6e0f6c 100644 --- a/charts/centralidp/README.md.gotmpl +++ b/charts/centralidp/README.md.gotmpl @@ -57,7 +57,7 @@ Please see notes at [Values.seeding](values.yaml#L146) for upgrading the configu ### To 3.0.0 -This major changes from the Keycloak version from 22.0.3 to 23.0.7 and bumps the PostgresSQL version of the subchart from 15.4.0 to 15.6.0. +This major changes from the Keycloak version from 22.0.3 to 23.0.7 and bumps the PostgresSQL version of the subchart from 15.4.0 to the latest available version of 15. No major issues are expected during the upgrade. diff --git a/charts/sharedidp/README.md.gotmpl b/charts/sharedidp/README.md.gotmpl index 3bc255b4..bb64f9e9 100644 --- a/charts/sharedidp/README.md.gotmpl +++ b/charts/sharedidp/README.md.gotmpl @@ -63,7 +63,7 @@ Generate client-secrets for the service account with access type 'confidential'. ### To 3.0.0 -This major changes from the Keycloak version from 22.0.3 to 23.0.7 and bumps the PostgresSQL version of the subchart from 15.4.0 to 15.6.0. +This major changes from the Keycloak version from 22.0.3 to 23.0.7 and bumps the PostgresSQL version of the subchart from 15.4.0 to the latest available version of 15. No major issues are expected during the upgrade.