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     | cgr.dev/du-uds-defenseunicorns/keycloak                 | 25.0.6 | 26.0.5 |
| docker     | quay.io/keycloak/keycloak                               | 25.0.6 | 26.0.5 |
| docker     | registry1.dso.mil/ironbank/opensource/keycloak/keycloak | 25.0.6 | 26.0.4 |
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 4ecf5bf commit b093b1d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.5
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.5"
# 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.5
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.4"
podSecurityContext:
fsGroup: 2000
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ podSecurityContext:
fsGroup: 65532
image:
repository: cgr.dev/du-uds-defenseunicorns/keycloak
tag: "25.0.6"
tag: "26.0.5"
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.5"
6 changes: 3 additions & 3 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.5
- 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.4
- ghcr.io/defenseunicorns/uds/identity-config:0.6.3

- name: keycloak
Expand All @@ -53,5 +53,5 @@ components:
valuesFiles:
- "values/unicorn-values.yaml"
images:
- cgr.dev/du-uds-defenseunicorns/keycloak:25.0.6 # todo: switch to FIPS image
- cgr.dev/du-uds-defenseunicorns/keycloak:26.0.5 # todo: switch to FIPS image
- ghcr.io/defenseunicorns/uds/identity-config:0.6.3

0 comments on commit b093b1d

Please sign in to comment.