From da720b2928e6c845b3a1cfd3b6a313fcddaf13d2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 17 Dec 2024 17:00:23 +0000
Subject: [PATCH] chore(deps): update identity-config to v0.9.0 (#1129)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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
defenseunicorns/uds-identity-config
(defenseunicorns/uds-identity-config)
###
[`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)
---
### 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.
---
- [ ] 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).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel
---
src/keycloak/chart/values.yaml | 2 +-
src/keycloak/tasks.yaml | 2 +-
src/keycloak/zarf.yaml | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/keycloak/chart/values.yaml b/src/keycloak/chart/values.yaml
index 6f542807f..5b2033396 100644
--- a/src/keycloak/chart/values.yaml
+++ b/src/keycloak/chart/values.yaml
@@ -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###"
diff --git a/src/keycloak/tasks.yaml b/src/keycloak/tasks.yaml
index 96f24bf08..c7d52e383 100644
--- a/src/keycloak/tasks.yaml
+++ b/src/keycloak/tasks.yaml
@@ -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
diff --git a/src/keycloak/zarf.yaml b/src/keycloak/zarf.yaml
index 3116d5a0c..55c2f284c 100644
--- a/src/keycloak/zarf.yaml
+++ b/src/keycloak/zarf.yaml
@@ -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
@@ -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
@@ -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