Skip to content

Commit 644873d

Browse files
authored
Update Keycloak to 26.3.3 (#851)
Signed-off-by: Stefan Gries <10342151+stefangries@users.noreply.github.com> Co-authored-by: stefangries <stefangries@users.noreply.github.com>
1 parent 49e3eae commit 644873d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/keycloakx/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: keycloakx
3-
version: 7.1.2
4-
appVersion: 26.3.2
3+
version: 7.1.3
4+
appVersion: 26.3.3
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.3.2
1+
FROM quay.io/keycloak/keycloak:26.3.3
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.3.2"
14+
tag: "26.3.3"
1515
# Overrides the Keycloak image tag with a specific digest
1616
digest: ""
1717
# The Keycloak image pull policy

0 commit comments

Comments
 (0)