Skip to content

Commit

Permalink
chore(deps): update keycloak
Browse files Browse the repository at this point in the history
| datasource  | package                                                 | from   | to     |
| ----------- | ------------------------------------------------------- | ------ | ------ |
| docker      | cgr.dev/du-uds-defenseunicorns/keycloak                 | 24.0.5 | 25.0.1 |
| github-tags | defenseunicorns/uds-identity-config                     | v0.5.0 | v0.5.1 |
| github-tags | defenseunicorns/uds-identity-config                     | v0.4.5 | v0.5.1 |
| docker      | ghcr.io/defenseunicorns/uds/identity-config             | 0.5.0  | 0.5.1  |
| docker      | quay.io/keycloak/keycloak                               | 24.0.5 | 25.0.2 |
| docker      | registry1.dso.mil/ironbank/opensource/keycloak/keycloak | 24.0.5 | 25.0.1 |
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent cacf1b5 commit 9cff825
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/keycloak/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: keycloak
# renovate: datasource=docker depName=quay.io/keycloak/keycloak versioning=semver
version: 24.0.5
version: 25.0.2
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
- sso
Expand Down
4 changes: 2 additions & 2 deletions src/keycloak/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ image:
# The Keycloak image repository
repository: quay.io/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "24.0.5"
tag: "25.0.2"
# The Keycloak image pull policy
pullPolicy: IfNotPresent

# renovate: datasource=github-tags depName=defenseunicorns/uds-identity-config versioning=semver
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.5.0
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.5.1

# The public domain name of the Keycloak server
domain: "###ZARF_VAR_DOMAIN###"
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 @@ -10,7 +10,7 @@ components:
- name: keycloak
namespace: keycloak
# renovate: datasource=docker depName=quay.io/keycloak/keycloak versioning=semver
version: 24.0.5
version: 25.0.2
localPath: ../chart
actions:
onDeploy:
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.4.5/tasks.yaml
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.5.1/tasks.yaml

tasks:
- name: validate
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: registry1.dso.mil/ironbank/opensource/keycloak/keycloak
tag: "24.0.5"
tag: "25.0.1"
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
@@ -1,3 +1,3 @@
image:
repository: cgr.dev/du-uds-defenseunicorns/keycloak
tag: "24.0.5"
tag: "25.0.1"
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.5"
tag: "25.0.2"
12 changes: 6 additions & 6 deletions src/keycloak/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ components:
valuesFiles:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:24.0.5
- ghcr.io/defenseunicorns/uds/identity-config:0.5.0
- quay.io/keycloak/keycloak:25.0.2
- ghcr.io/defenseunicorns/uds/identity-config:0.5.1

- name: keycloak
required: true
Expand All @@ -36,8 +36,8 @@ components:
valuesFiles:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:24.0.5
- ghcr.io/defenseunicorns/uds/identity-config:0.5.0
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:25.0.1
- ghcr.io/defenseunicorns/uds/identity-config:0.5.1

- name: keycloak
required: true
Expand All @@ -50,5 +50,5 @@ components:
valuesFiles:
- "values/unicorn-values.yaml"
images:
- cgr.dev/du-uds-defenseunicorns/keycloak:24.0.5 # todo: switch to FIPS image
- ghcr.io/defenseunicorns/uds/identity-config:0.5.0
- cgr.dev/du-uds-defenseunicorns/keycloak:25.0.1 # todo: switch to FIPS image
- ghcr.io/defenseunicorns/uds/identity-config:0.5.1

0 comments on commit 9cff825

Please sign in to comment.