Skip to content

Commit

Permalink
chore(deps): update keycloak to v24.0.4
Browse files Browse the repository at this point in the history
| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| docker     | quay.io/keycloak/keycloak | 24.0.3 | 24.0.4 |
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 49cb11a commit 4f9658f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/keycloak/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
# The Keycloak image repository
repository: quay.io/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "24.0.3"
tag: "24.0.4"
# The Keycloak image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ podSecurityContext:
fsGroup: 1000
image:
repository: quay.io/keycloak/keycloak
tag: "24.0.3"
tag: "24.0.4"
2 changes: 1 addition & 1 deletion src/keycloak/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ components:
valuesFiles:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:24.0.3
- quay.io/keycloak/keycloak:24.0.4
- ghcr.io/defenseunicorns/uds/identity-config:0.4.2

- name: keycloak
Expand Down

0 comments on commit 4f9658f

Please sign in to comment.