fix: update Headlamp Helm repo URL from headlamp-k8s to kubernetes-sigs

The Headlamp project moved to the kubernetes-sigs org. The old Helm chart
repository URL (headlamp-k8s.github.io) returns 404, causing E2E workflow
failure at the `helm repo add` step.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-17 12:13:31 +00:00
parent 8e51a20b48
commit d4af8c035f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
uses: azure/setup-helm@v4
- name: Add Headlamp Helm repo
run: helm repo add headlamp https://headlamp-k8s.github.io/headlamp/ && helm repo update
run: helm repo add headlamp https://kubernetes-sigs.github.io/headlamp/ && helm repo update
- name: Ensure PVC exists
run: kubectl apply -f deployment/headlamp-plugins-pvc.yaml