Skip to content

Commit

Permalink
Bump Keycloak to v21.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: footur <[email protected]>
  • Loading branch information
Footur authored and grieshaber committed Aug 17, 2023
1 parent 9e93af2 commit fa15437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/keycloakx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: keycloakx
version: 2.2.1
appVersion: 20.0.3
appVersion: 21.1.1
description: Keycloak.X - Open Source Identity and Access Management for Modern Applications and Services
keywords:
- sso
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloakx/examples/postgresql-kubeping/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:20.0.3
FROM quay.io/keycloak/keycloak:21.1.1

ENV JGROUPS_KUBERNETES_VERSION 1.0.16.Final

Expand Down
2 changes: 1 addition & 1 deletion charts/keycloakx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# The Keycloak image repository
repository: quay.io/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "20.0.3"
tag: "21.1.1"
# Overrides the Keycloak image tag with a specific digest
digest: ""
# The Keycloak image pull policy
Expand Down

0 comments on commit fa15437

Please sign in to comment.