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: |