From 618b7d8abe46aa07bdc8fb68068ac0e9802ee75c Mon Sep 17 00:00:00 2001 From: mikkeldamsgaard Date: Thu, 9 Apr 2026 19:55:40 +0200 Subject: [PATCH] fix(keycloak): update broken icon URL for Artifact Hub (#64) Upstream Keycloak moved their icon from keycloak_icon_512px.svg to icon.svg, causing Artifact Hub to report 404 errors when indexing the chart. Co-Authored-By: Claude Opus 4.6 (1M context) --- charts/keycloak/CHANGELOG.md | 4 ++++ charts/keycloak/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/keycloak/CHANGELOG.md b/charts/keycloak/CHANGELOG.md index d557c01..d6642a1 100644 --- a/charts/keycloak/CHANGELOG.md +++ b/charts/keycloak/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the Keycloak Helm chart will be documented in this file. ## Unreleased +### Fixed + +- Fix broken chart icon URL — upstream Keycloak moved `keycloak_icon_512px.svg` to `icon.svg` (#64) + ### Changed - Bump Keycloak appVersion from 26.5.7 to 26.6.0 (feature release) diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml index b1a4227..ffcad5a 100644 --- a/charts/keycloak/Chart.yaml +++ b/charts/keycloak/Chart.yaml @@ -21,7 +21,7 @@ sources: maintainers: - name: KitStream url: https://github.com/KitStream -icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg +icon: https://www.keycloak.org/resources/images/icon.svg annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/links: |