Skip to content

Commit 7eea1e9

Browse files
authored
Update Keycloak to 26.5.0 (#878)
Signed-off-by: Stefan Gries <10342151+stefangries@users.noreply.github.com>
1 parent af1f58d commit 7eea1e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/keycloakx/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: keycloakx
33
version: 7.1.6
4-
appVersion: 26.4.5
4+
appVersion: 26.5.0
55
description: Keycloak.X - Open Source Identity and Access Management for Modern Applications and Services
66
keywords:
77
- sso

charts/keycloakx/examples/postgresql-kubeping/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/keycloak/keycloak:26.4.5
1+
FROM quay.io/keycloak/keycloak:26.5.0
22

33
ENV JGROUPS_KUBERNETES_VERSION 1.0.16.Final
44

charts/keycloakx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# The Keycloak image repository
1212
repository: quay.io/keycloak/keycloak
1313
# Overrides the Keycloak image tag whose default is the chart appVersion
14-
tag: "26.4.5"
14+
tag: "26.5.0"
1515
# Overrides the Keycloak image tag with a specific digest
1616
digest: ""
1717
# The Keycloak image pull policy

0 commit comments

Comments
 (0)