From 3d91572b5925e8dd17780feb22083bd6e131cc38 Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Sat, 21 Mar 2026 20:05:08 +0000 Subject: [PATCH] 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 --- scripts/deploy-e2e-headlamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-e2e-headlamp.sh b/scripts/deploy-e2e-headlamp.sh index 2f1798c..77378ba 100755 --- a/scripts/deploy-e2e-headlamp.sh +++ b/scripts/deploy-e2e-headlamp.sh @@ -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..."