Skip to content

Commit

Permalink
chore: update identity-config image
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Dec 3, 2024
1 parent 37feb11 commit 65ca797
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.7.0
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.8.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.7.0/tasks.yaml
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.8.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 @@ -24,7 +24,7 @@ components:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:26.0.6
- ghcr.io/defenseunicorns/uds/identity-config:0.7.0
- ghcr.io/defenseunicorns/uds/identity-config:0.8.0

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

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

0 comments on commit 65ca797

Please sign in to comment.