Skip to content

Commit

Permalink
chore(deps): update to keycloak 24 (#336)
Browse files Browse the repository at this point in the history
## Description
Update to Keycloak 24

Depends on this being released
defenseunicorns/uds-identity-config#44

## Type of change

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

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed

---------

Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
3 people committed Apr 17, 2024
1 parent f8eae2a commit 1153ba0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/keycloak/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: keycloak
version: 23.0.4
version: 24.0.2
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
- sso
Expand Down
4 changes: 0 additions & 4 deletions src/keycloak/chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ spec:
value: edge

# X509 configuration
- name: KC_SPI_TRUSTSTORE_FILE_FILE
value: /opt/keycloak/conf/truststore.jks
- name: KC_SPI_TRUSTSTORE_FILE_PASSWORD
value: "password"
- name: KC_HTTPS_CLIENT_AUTH
value: request

Expand Down
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: "23.0.4"
tag: "24.0.2"
# 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.3.6
configImage: ghcr.io/defenseunicorns/uds/identity-config:0.4.0

# The public domain name of the Keycloak server
domain: "###ZARF_VAR_DOMAIN###"
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ components:
charts:
- name: keycloak
namespace: keycloak
version: 23.0.4
version: 24.0.2
localPath: ../chart
2 changes: 1 addition & 1 deletion src/keycloak/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: registry1.dso.mil/ironbank/opensource/keycloak/keycloak
tag: "23.0.4"
tag: "24.0.2"
podSecurityContext:
fsGroup: 2000
securityContext:
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: "23.0.4"
tag: "24.0.2"
8 changes: 4 additions & 4 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:23.0.4
- ghcr.io/defenseunicorns/uds/identity-config:0.3.6
- quay.io/keycloak/keycloak:24.0.2
- ghcr.io/defenseunicorns/uds/identity-config:0.4.0

- name: keycloak
required: true
Expand All @@ -36,5 +36,5 @@ components:
valuesFiles:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:23.0.4
- ghcr.io/defenseunicorns/uds/identity-config:0.3.6
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:24.0.2
- ghcr.io/defenseunicorns/uds/identity-config:0.4.0

0 comments on commit 1153ba0

Please sign in to comment.