Skip to content

Commit

Permalink
chore(deps): update identity-config to v0.9.0 (#1129)
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)
| minor | `0.8.0` -> `0.9.0` |
|
[defenseunicorns/uds-identity-config](https://redirect.github.com/defenseunicorns/uds-identity-config)
| minor | `v0.8.0` -> `v0.9.0` |
|
[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))
| minor | `0.8.0` -> `0.9.0` |

---

### Release Notes

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

###
[`v0.9.0`](https://redirect.github.com/defenseunicorns/uds-identity-config/compare/v0.8.0...v0.9.0)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <[email protected]>
  • Loading branch information
renovate[bot] and mjnagel authored Dec 17, 2024
1 parent 79534c9 commit da720b2
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.8.0
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.9.0

# 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.8.0/tasks.yaml
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.9.0/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.0.7
- ghcr.io/defenseunicorns/uds/identity-config:0.8.0
- ghcr.io/defenseunicorns/uds/identity-config:0.9.0

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

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

0 comments on commit da720b2

Please sign in to comment.