Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
|
[defenseunicorns/uds-identity-config](https://redirect.github.com/defenseunicorns/uds-identity-config)
| patch | `0.10.0` -> `0.10.1` |
|
[defenseunicorns/uds-identity-config](https://redirect.github.com/defenseunicorns/uds-identity-config)
| patch | `v0.10.0` -> `v0.10.1` |
|
[ghcr.io/defenseunicorns/uds/identity-config](https://images.chainguard.dev/directory/image/busybox/overview)
([source](https://redirect.github.com/chainguard-images/images/tree/HEAD/images/busybox))
| patch | `0.10.0` -> `0.10.1` |

---

### Release Notes

<details>
<summary>defenseunicorns/uds-identity-config
(defenseunicorns/uds-identity-config)</summary>

###
[`v0.10.1`](https://redirect.github.com/defenseunicorns/uds-identity-config/releases/tag/v0.10.1)

[Compare
Source](https://redirect.github.com/defenseunicorns/uds-identity-config/compare/v0.10.0...v0.10.1)

##### Bug Fixes

- react paths
([#&#8203;347](https://redirect.github.com/defenseunicorns/uds-identity-config/issues/347))
([196452b](https://redirect.github.com/defenseunicorns/uds-identity-config/commit/196452b653ff64ef8b0aa675024b26d171115711))

##### Miscellaneous

- **deps:** update dependency k3d-io/k3d to v5.8.3
([#&#8203;343](https://redirect.github.com/defenseunicorns/uds-identity-config/issues/343))
([ca3e5ca](https://redirect.github.com/defenseunicorns/uds-identity-config/commit/ca3e5cad00939604c31a37127562578e6d79167f))

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent 7f3b53b commit e552e24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/keycloak/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
pullPolicy: IfNotPresent

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

# The public domain name of the Keycloak server
domain: "###ZARF_VAR_DOMAIN###"
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

includes:
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.10.0/tasks.yaml
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.10.1/tasks.yaml

tasks:
- name: validate
Expand Down
6 changes: 3 additions & 3 deletions src/keycloak/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ components:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:26.1.2
- ghcr.io/defenseunicorns/uds/identity-config:0.10.0
- ghcr.io/defenseunicorns/uds/identity-config:0.10.1

- name: keycloak
required: true
Expand All @@ -41,7 +41,7 @@ components:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:26.1.2
- ghcr.io/defenseunicorns/uds/identity-config:0.10.0
- ghcr.io/defenseunicorns/uds/identity-config:0.10.1

- name: keycloak
required: true
Expand All @@ -55,4 +55,4 @@ components:
- "values/unicorn-values.yaml"
images:
- cgr.dev/du-uds-defenseunicorns/keycloak:26.1.2 # todo: switch to FIPS image
- ghcr.io/defenseunicorns/uds/identity-config:0.10.0
- ghcr.io/defenseunicorns/uds/identity-config:0.10.1

0 comments on commit e552e24

Please sign in to comment.