Skip to content

Commit

Permalink
Merge branch 'main' into uds-common-renovate-config
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance authored May 9, 2024
2 parents b7dea2c + 3e82c4e commit 8b19be9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/keycloak/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ image:
# The Keycloak image repository
repository: quay.io/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "24.0.3"
tag: "24.0.4"
# The Keycloak image pull policy
pullPolicy: IfNotPresent

# renovate: datasource=github-tags depName=defenseunicorns/uds-identity-config versioning=semver
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.4.2
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.4.3

# 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.4.2/tasks.yaml
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.4.3/tasks.yaml

tasks:
- name: validate
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ podSecurityContext:
fsGroup: 1000
image:
repository: quay.io/keycloak/keycloak
tag: "24.0.3"
tag: "24.0.4"
6 changes: 3 additions & 3 deletions src/keycloak/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ components:
valuesFiles:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:24.0.3
- ghcr.io/defenseunicorns/uds/identity-config:0.4.2
- quay.io/keycloak/keycloak:24.0.4
- ghcr.io/defenseunicorns/uds/identity-config:0.4.3

- name: keycloak
required: true
Expand All @@ -37,4 +37,4 @@ components:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:24.0.3
- ghcr.io/defenseunicorns/uds/identity-config:0.4.2
- ghcr.io/defenseunicorns/uds/identity-config:0.4.3

0 comments on commit 8b19be9

Please sign in to comment.