Skip to content

Commit edf5bd8

Browse files
authored
Update Keycloak to 26.7.2, bump chart to 7.3.0 (#921)
Signed-off-by: Jonas Poth <jonas@poth.me>
1 parent 8846fe0 commit edf5bd8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.2.3
4-
appVersion: 26.6.4
3+
version: 7.3.0
4+
appVersion: 26.7.2
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.6.4
1+
FROM quay.io/keycloak/keycloak:26.7.2
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
@@ -18,7 +18,7 @@ image:
1818
# The Keycloak image repository
1919
repository: quay.io/keycloak/keycloak
2020
# Overrides the Keycloak image tag whose default is the chart appVersion
21-
tag: "26.6.4"
21+
tag: "26.7.2"
2222
# Overrides the Keycloak image tag with a specific digest
2323
digest: ""
2424
# The Keycloak image pull policy

0 commit comments

Comments
 (0)