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..."