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
8 changes: 3 additions & 5 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keycloak
description: A Helm chart for deploying Keycloak IAM using the upstream quay.io/keycloak/keycloak image on Kubernetes
type: application
version: 26.6.1
version: 26.6.3
appVersion: "26.6.3"
keywords:
- keycloak
Expand Down Expand Up @@ -30,9 +30,7 @@ annotations:
- name: Source
url: https://github.com/KitStream/helms
artifacthub.io/changes: |
- kind: changed
description: Bump Keycloak from 26.6.0 to 26.6.1 (security and bugfix release)
- kind: security
description: "Upstream security fixes: CVE-2026-4366 (SSRF via HTTP redirect), CVE-2026-4633 (user enumeration via identity-first login)"
description: Bump Keycloak from 26.6.1 to 26.6.3 — ~32 upstream CVE fixes including session fixation, redirect-URI bypass, SSRF, and refresh-token reuse
- kind: fixed
description: Fix broken chart icon URL — upstream Keycloak moved keycloak_icon_512px.svg to icon.svg (#64)
description: Publish not-ready addresses on the JGroups headless service so simultaneously started replicas form a single cluster instead of split-brain merging late
2 changes: 1 addition & 1 deletion charts/keycloak/tests/serviceaccount_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ tests:
- isSubset:
path: metadata.labels
content:
helm.sh/chart: keycloak-26.6.1
helm.sh/chart: keycloak-26.6.3
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/version: "26.6.3"
Loading