Skip to content

Commit

Permalink
chore(deps): update keycloak to v0.4.5 (#461)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[defenseunicorns/uds-identity-config](https://github.com/defenseunicorns/uds-identity-config)
| patch | `0.4.4` -> `0.4.5` |
|
[defenseunicorns/uds-identity-config](https://github.com/defenseunicorns/uds-identity-config)
| patch | `v0.4.4` -> `v0.4.5` |
| ghcr.io/defenseunicorns/uds/identity-config | patch | `0.4.4` ->
`0.4.5` |

---

### Release Notes

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

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

[Compare
Source](https://github.com/defenseunicorns/uds-identity-config/compare/v0.4.4...v0.4.5)

##### Bug Fixes

- force sync to ensure copy occurs
([#&#8203;98](https://github.com/defenseunicorns/uds-identity-config/issues/98))
([d0cc071](https://github.com/defenseunicorns/uds-identity-config/commit/d0cc071cadd36a98aadb11d997edbe75393ba19a))

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
  • Loading branch information
renovate[bot] and UnicornChance committed Jun 6, 2024
1 parent aff37c1 commit 3592012
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/keycloak/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
pullPolicy: IfNotPresent

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

# 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
@@ -1,5 +1,5 @@
includes:
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.4.4/tasks.yaml
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.4.5/tasks.yaml

tasks:
- name: validate
Expand Down
4 changes: 2 additions & 2 deletions src/keycloak/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:24.0.5
- ghcr.io/defenseunicorns/uds/identity-config:0.4.4
- ghcr.io/defenseunicorns/uds/identity-config:0.4.5

- name: keycloak
required: true
Expand All @@ -37,4 +37,4 @@ components:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:24.0.5
- ghcr.io/defenseunicorns/uds/identity-config:0.4.4
- ghcr.io/defenseunicorns/uds/identity-config:0.4.5

0 comments on commit 3592012

Please sign in to comment.