Release v2.1.0
Keycloak Module Release 2.1.0
Welcome to the latest release of keycloak
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a major release adding Keycloak Operator and updating Keycloak to v22.x .
Component Images 🚢
Component | Supported Version | Previous Version |
---|---|---|
keycloak-operated |
v22.0.1 |
v21.1.1 |
keycloak-operator |
v22.0.1 |
v21.1.1 |
Bug Fixes and Changes 🐛
- Updating Keycloak to v22.0.1
Update Guide 🦮
Process
To upgrade this module from v2.0.0 to v2.1.0, execute the following:
KEYCLOAK_NS=<your_keycloak_namespace>
# Remove the old Keycloak Operator. This will not delete Keycloak instances.
kubectl delete deploy keycloak-operator -n $KEYCLOAK_NS
# Update Keycloak Operator and CRDs
kustomize build katalog/keycloak-operator | kubectl apply -n $KEYCLOAK_NS -f -
N.B. It's not required to upgrade the keycloak-operated
package, since the Operator will take care of updating the pods.