Skip to content

Commit

Permalink
[keycloak] Upgrade to 12.0.4 (#377) (#404)
Browse files Browse the repository at this point in the history
- Bump chart versions
- Update readme

Fixes: #377
Signed-off-by: Thomas Darimont <[email protected]>
  • Loading branch information
thomasdarimont authored Mar 3, 2021
1 parent 2712ba0 commit 184e096
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 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: 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
Expand Down
11 changes: 9 additions & 2 deletions charts/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 184e096

Please sign in to comment.