Homepage dashboard improvements #76

Merged
eblume merged 13 commits from feature/homepage-dashboard-updates into main 2026-01-30 15:05:03 -08:00
Showing only changes of commit f358ee6c91 - Show all commits

Fix ArgoCD icon name in Homepage annotation

Dashboard Icons uses argo-cd.png (with hyphen), not argocd.png

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Erich Blume 2026-01-30 13:29:49 -08:00

View file

@ -14,7 +14,7 @@ metadata:
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "ArgoCD"
gethomepage.dev/group: "Infrastructure"
gethomepage.dev/icon: "argocd.png"
gethomepage.dev/icon: "argo-cd.png"
gethomepage.dev/description: "GitOps CD"
gethomepage.dev/href: "https://argocd.ops.eblu.me"
gethomepage.dev/pod-selector: "app.kubernetes.io/name=argocd-server"