Skip to content

Commit

Permalink
Upgrade Keycloak to 26.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Gries <[email protected]>
  • Loading branch information
stefangries committed Jan 13, 2025
1 parent 226a49a commit 55761f0
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: 6.0.0
appVersion: 26.0.0
appVersion: 26.0.7
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:25.0.0
FROM quay.io/keycloak/keycloak:26.0.7

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: "25.0.0"
tag: "26.0.7"
# Overrides the Keycloak image tag with a specific digest
digest: ""
# The Keycloak image pull policy
Expand Down

0 comments on commit 55761f0

Please sign in to comment.