Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/keycloak/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v2
name: keycloak
# renovate: datasource=docker depName=quay.io/keycloak/keycloak versioning=semver
version: 26.1.4
version: 26.2.0
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
- sso
Expand Down
7 changes: 7 additions & 0 deletions src/keycloak/chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ spec:
value: DEBUG
- name: QUARKUS_LOG_CATEGORY__ORG_KEYCLOAK_SERVICES_X509__LEVEL
value: TRACE
# https://github.com/keycloak/keycloak/issues/39046
# Starting from 26.2.0, Keycloak doesn't use password for the internal H2 database.
# This breaks upgrade scenarios, so we need to use the same password as in 26.1.x
- name: KC_DB_USERNAME
value: sa
- name: KC_DB_PASSWORD
value: password
{{- end }}
{{- if eq (include "keycloak.postgresql.config" .) "true" }}
# Infinispan cache configuration
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# The Keycloak image repository
repository: quay.io/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "26.1.4"
tag: "26.2.0"
# The Keycloak image pull policy
pullPolicy: IfNotPresent

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 @@ -13,7 +13,7 @@ components:
- name: keycloak
namespace: keycloak
# renovate: datasource=docker depName=quay.io/keycloak/keycloak versioning=semver
version: 26.1.4
version: 26.2.0
localPath: ../chart
valuesFiles:
- ../chart/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: registry1.dso.mil/ironbank/opensource/keycloak/keycloak
tag: "26.1.4"
tag: "26.2.0"
podSecurityContext:
fsGroup: 2000
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ podSecurityContext:
fsGroup: 65532
image:
repository: cgr.dev/du-uds-defenseunicorns/keycloak
tag: "26.1.4"
tag: "26.2.0"
2 changes: 1 addition & 1 deletion src/keycloak/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ podSecurityContext:
fsGroup: 1000
image:
repository: quay.io/keycloak/keycloak
tag: "26.1.4"
tag: "26.2.0"
6 changes: 3 additions & 3 deletions src/keycloak/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ components:
valuesFiles:
- "values/upstream-values.yaml"
images:
- quay.io/keycloak/keycloak:26.1.4
- quay.io/keycloak/keycloak:26.2.0
- ghcr.io/defenseunicorns/uds/identity-config:0.12.1

- name: keycloak
Expand All @@ -40,7 +40,7 @@ components:
valuesFiles:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:26.1.4
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:26.2.0
- ghcr.io/defenseunicorns/uds/identity-config:0.12.1

- name: keycloak
Expand All @@ -54,5 +54,5 @@ components:
valuesFiles:
- "values/unicorn-values.yaml"
images:
- cgr.dev/du-uds-defenseunicorns/keycloak:26.1.4 # todo: switch to FIPS image
- cgr.dev/du-uds-defenseunicorns/keycloak:26.2.0 # todo: switch to FIPS image
- ghcr.io/defenseunicorns/uds/identity-config:0.12.1