fix: update Headlamp Helm repo URL to kubernetes-sigs

The Headlamp project moved from headlamp-k8s to kubernetes-sigs GitHub org.
The old chart URL https://headlamp-k8s.github.io/headlamp/ now returns 404.
Updated to https://kubernetes-sigs.github.io/headlamp/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 20:05:08 +00:00
parent f0f3bd51a4
commit 3d91572b59
+1 -1
View File
@@ -62,7 +62,7 @@ kubectl create configmap headlamp-polaris-plugin \
# --- Deploy with Helm ---
echo ""
echo "Adding Headlamp Helm repo..."
helm repo add headlamp https://headlamp-k8s.github.io/headlamp/ --force-update
helm repo add headlamp https://kubernetes-sigs.github.io/headlamp/ --force-update
helm repo update
echo "Installing/upgrading Headlamp E2E instance..."