From 35920121bcdfbdf9b708eb3308ea34763a31246a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:20:58 -0600 Subject: [PATCH] chore(deps): update keycloak to v0.4.5 (#461) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.com/defenseunicorns/uds-identity-config) | patch | `0.4.4` -> `0.4.5` | | [defenseunicorns/uds-identity-config](https://togithub.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
defenseunicorns/uds-identity-config (defenseunicorns/uds-identity-config) ### [`v0.4.5`](https://togithub.com/defenseunicorns/uds-identity-config/releases/tag/v0.4.5) [Compare Source](https://togithub.com/defenseunicorns/uds-identity-config/compare/v0.4.4...v0.4.5) ##### Bug Fixes - force sync to ensure copy occurs ([#​98](https://togithub.com/defenseunicorns/uds-identity-config/issues/98)) ([d0cc071](https://togithub.com/defenseunicorns/uds-identity-config/commit/d0cc071cadd36a98aadb11d997edbe75393ba19a))
--- ### 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 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com> --- src/keycloak/chart/values.yaml | 2 +- src/keycloak/tasks.yaml | 2 +- src/keycloak/zarf.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/keycloak/chart/values.yaml b/src/keycloak/chart/values.yaml index ecb16426d..b0c9447c6 100644 --- a/src/keycloak/chart/values.yaml +++ b/src/keycloak/chart/values.yaml @@ -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###" diff --git a/src/keycloak/tasks.yaml b/src/keycloak/tasks.yaml index 970fbb703..1b6739b58 100644 --- a/src/keycloak/tasks.yaml +++ b/src/keycloak/tasks.yaml @@ -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 diff --git a/src/keycloak/zarf.yaml b/src/keycloak/zarf.yaml index 4930825ea..7b97cdf0c 100644 --- a/src/keycloak/zarf.yaml +++ b/src/keycloak/zarf.yaml @@ -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 @@ -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