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:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user