Skip to content

Commit

Permalink
Merge branch 'main' into 509-public-client-device-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Aug 2, 2024
2 parents 220b2c7 + 6474d16 commit 73dc1e9
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 @@ -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.5.1
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.5.2

# 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.5.1/tasks.yaml
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.5.2/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 @@ -21,7 +21,7 @@ components:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:24.0.5
- ghcr.io/defenseunicorns/uds/identity-config:0.5.1
- ghcr.io/defenseunicorns/uds/identity-config:0.5.2

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

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

0 comments on commit 73dc1e9

Please sign in to comment.