Skip to content

Commit

Permalink
Upgrade to Keycloak 15.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Tobin <timtobin52@gmail.com>
  • Loading branch information
timtobin authored and thomasdarimont committed Aug 31, 2021
1 parent a82e298 commit df091de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: keycloak
version: 14.0.1
appVersion: 14.0.0
version: 15.0.0
appVersion: 15.0.2
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
- sso
Expand Down
12 changes: 8 additions & 4 deletions charts/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,9 +650,13 @@ The headless service that governs the StatefulSet is used for DNS discovery via

## Upgrading

### From chart < 15.0.0

* Keycloak is updated to 15.0.2

### From chart < 14.0.0

Ingress path definitions are extended to describe path and pathType. Previously only the path was configured. Please adapt your configuration as shown below:
Ingress path definitions are extended to describe path and pathType. Previously only the path was configured. Please adapt your configuration as shown below:

Old:
```yaml
Expand Down Expand Up @@ -682,19 +686,19 @@ This allows to configure specific `pathType` configurations, e.g. `pathType: Imp

* Keycloak is updated to 14.0.0

Note that this might not be a seamless upgrade, because the clustering with older Keycloak versions might not work
Note that this might not be a seamless upgrade, because the clustering with older Keycloak versions might not work
due to incompatible infinispan versions.

### From chart < 12.0.0

* Keycloak is updated to 13.0.1

Note that this might not be a seamless upgrade, because the clustering with older Keycloak versions might not work
Note that this might not be a seamless upgrade, because the clustering with older Keycloak versions might not work
due to incompatible infinispan versions.

One way to perform the upgrade is to run:
```
kubectl delete sts <RELEASE_NAME>-keycloak && helm upgrade --install
kubectl delete sts <RELEASE_NAME>-keycloak && helm upgrade --install
```
This ensures that all replicas are restarted with the same version.
Note that all sessions are lost in this case, and users might need to login again.
Expand Down

0 comments on commit df091de

Please sign in to comment.