Skip to content

Commit

Permalink
chore(keycloakx): Update Keycloak to 22.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMnz09 committed Nov 14, 2023
1 parent 84e8240 commit 146e30c
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.3.0
appVersion: 22.0.4
appVersion: 22.0.5
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:22.0.4
FROM quay.io/keycloak/keycloak:22.0.5

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

0 comments on commit 146e30c

Please sign in to comment.