Skip to content

Commit

Permalink
chore(deps): update uds-identity-config version to 0.6.3 (#772)
Browse files Browse the repository at this point in the history
## Description
Update uds-identity-config version to 0.6.3

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
rjferguson21 committed Sep 18, 2024
1 parent 2a1591e commit a2ad936
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.6.2
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.6.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.6.2/tasks.yaml
- config: https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.6.3/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:25.0.5
- ghcr.io/defenseunicorns/uds/identity-config:0.6.2
- ghcr.io/defenseunicorns/uds/identity-config:0.6.3

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

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

0 comments on commit a2ad936

Please sign in to comment.