From 184e09619b725ecda0cde5a97191e0aab64c7f3b Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Wed, 3 Mar 2021 20:41:50 +0100 Subject: [PATCH] [keycloak] Upgrade to 12.0.4 (#377) (#404) - Bump chart versions - Update readme Fixes: #377 Signed-off-by: Thomas Darimont --- charts/keycloak/Chart.yaml | 4 ++-- charts/keycloak/README.md | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml index 29f84c88..b4e23f9d 100644 --- a/charts/keycloak/Chart.yaml +++ b/charts/keycloak/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: keycloak -version: 9.9.5 -appVersion: 11.0.3 +version: 10.0.0 +appVersion: 12.0.4 description: Open Source Identity and Access Management For Modern Applications and Services keywords: - sso diff --git a/charts/keycloak/README.md b/charts/keycloak/README.md index ffaa62b5..1c0a665c 100644 --- a/charts/keycloak/README.md +++ b/charts/keycloak/README.md @@ -169,14 +169,14 @@ The following table lists the configurable parameters of the Keycloak chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install keycloak codecentric/keycloak -n keycloak --version=9.0.0 --set replicas=1 +$ helm install keycloak codecentric/keycloak -n keycloak --set replicas=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```console -$ helm install keycloak codecentric/keycloak -n keycloak --version=9.0.0 --values values.yaml +$ helm install keycloak codecentric/keycloak -n keycloak --values values.yaml ``` The chart offers great flexibility. @@ -629,6 +629,13 @@ The headless service that governs the StatefulSet is used for DNS discovery via ## Upgrading +### From chart < 10.0.0 + +* Keycloak is updated to 12.0.4 + +The upgrade should be seemless. +No special care has to be taken. + ### From chart versions < 9.0.0 The Keycloak chart received a major facelift and, thus, comes with breaking changes.