Skip to content

fix(keycloak): update broken icon URL for Artifact Hub (#64)#65

Merged
mikkeldamsgaard merged 1 commit intomainfrom
fix/64-keycloak-icon-url
Apr 9, 2026
Merged

fix(keycloak): update broken icon URL for Artifact Hub (#64)#65
mikkeldamsgaard merged 1 commit intomainfrom
fix/64-keycloak-icon-url

Conversation

@mikkeldamsgaard
Copy link
Copy Markdown
Contributor

Summary

  • Update Keycloak chart icon URL from keycloak_icon_512px.svg to icon.svg — upstream Keycloak moved the file, causing Artifact Hub to report 404 errors
  • Add CHANGELOG entry under Unreleased > Fixed

Closes #64

How to verify

# Confirm new URL resolves
curl -sI https://www.keycloak.org/resources/images/icon.svg | head -1
# → HTTP/2 200

make lint      # 0 charts failed
make unittest  # 102 keycloak tests passed

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@mikkeldamsgaard mikkeldamsgaard merged commit 7b8101d into main Apr 9, 2026
12 checks passed
@mikkeldamsgaard mikkeldamsgaard deleted the fix/64-keycloak-icon-url branch April 9, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Keycloak chart icon URL returns 404 on Artifact Hub

1 participant