Skip to content

Commit

Permalink
chore(deps): update keycloak to v26.0.7 (#1057)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/keycloak](https://images.chainguard.dev/directory/image/keycloak/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/keycloak))
| patch | `26.0.6` -> `26.0.7` |
|
[quay.io/keycloak/keycloak](https://redirect.github.com/keycloak-rel/keycloak-rel)
| patch | `26.0.6` -> `26.0.7` |
|
[registry1.dso.mil/ironbank/opensource/keycloak/keycloak](https://www.keycloak.org)
([source](https://repo1.dso.mil/dsop/opensource/keycloak/keycloak)) |
patch | `26.0.6` -> `26.0.7` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent e71c1da commit ef96ef0
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: 26.0.6
version: 26.0.7
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: "26.0.6"
tag: "26.0.7"
# 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: 26.0.6
version: 26.0.7
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: "26.0.6"
tag: "26.0.7"
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: "26.0.6"
tag: "26.0.7"
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: "26.0.6"
tag: "26.0.7"
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:26.0.6
- quay.io/keycloak/keycloak:26.0.7
- ghcr.io/defenseunicorns/uds/identity-config:0.8.0

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

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

0 comments on commit ef96ef0

Please sign in to comment.