Skip to content

Commit

Permalink
chore(deps): update keycloak to v26
Browse files Browse the repository at this point in the history
| datasource | package                                                 | from   | to     |
| ---------- | ------------------------------------------------------- | ------ | ------ |
| docker     | quay.io/keycloak/keycloak                               | 25.0.6 | 26.0.2 |
| docker     | registry1.dso.mil/ironbank/opensource/keycloak/keycloak | 25.0.6 | 26.0.2 |
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 89af729 commit 6feec58
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/keycloak/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v2
name: keycloak
# renovate: datasource=docker depName=quay.io/keycloak/keycloak versioning=semver
version: 25.0.6
version: 26.0.2
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
- sso
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# The Keycloak image repository
repository: quay.io/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "25.0.6"
tag: "26.0.2"
# The Keycloak image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components:
- name: keycloak
namespace: keycloak
# renovate: datasource=docker depName=quay.io/keycloak/keycloak versioning=semver
version: 25.0.6
version: 26.0.2
localPath: ../chart
actions:
onDeploy:
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: registry1.dso.mil/ironbank/opensource/keycloak/keycloak
tag: "25.0.6"
tag: "26.0.2"
podSecurityContext:
fsGroup: 2000
securityContext:
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 @@ -5,4 +5,4 @@ podSecurityContext:
fsGroup: 1000
image:
repository: quay.io/keycloak/keycloak
tag: "25.0.6"
tag: "26.0.2"
4 changes: 2 additions & 2 deletions src/keycloak/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ components:
valuesFiles:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:25.0.6
- quay.io/keycloak/keycloak:26.0.2
- ghcr.io/defenseunicorns/uds/identity-config:0.6.3

- name: keycloak
Expand All @@ -39,7 +39,7 @@ components:
valuesFiles:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:25.0.6
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:26.0.2
- ghcr.io/defenseunicorns/uds/identity-config:0.6.3

- name: keycloak
Expand Down

0 comments on commit 6feec58

Please sign in to comment.