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:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
uses: azure/setup-helm@v4
|
uses: azure/setup-helm@v4
|
||||||
|
|
||||||
- name: Add Headlamp Helm repo
|
- 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
|
- name: Ensure PVC exists
|
||||||
run: kubectl apply -f deployment/headlamp-plugins-pvc.yaml
|
run: kubectl apply -f deployment/headlamp-plugins-pvc.yaml
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Helm provides the easiest way to deploy and manage the plugin in production. Thi
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Add Headlamp Helm repository
|
# Add Headlamp Helm repository
|
||||||
helm repo add headlamp https://headlamp-k8s.github.io/headlamp/
|
helm repo add headlamp https://kubernetes-sigs.github.io/headlamp/
|
||||||
helm repo update
|
helm repo update
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -210,7 +210,7 @@ metadata:
|
|||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1h
|
interval: 1h
|
||||||
url: https://headlamp-k8s.github.io/headlamp/
|
url: https://kubernetes-sigs.github.io/headlamp/
|
||||||
```
|
```
|
||||||
|
|
||||||
### HelmRelease
|
### HelmRelease
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ kubectl -n kube-system get deployment headlamp -o jsonpath='{.spec.template.spec
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Add Headlamp Helm repository
|
# Add Headlamp Helm repository
|
||||||
helm repo add headlamp https://headlamp-k8s.github.io/headlamp/
|
helm repo add headlamp https://kubernetes-sigs.github.io/headlamp/
|
||||||
helm repo update
|
helm repo update
|
||||||
|
|
||||||
# Install Headlamp
|
# Install Headlamp
|
||||||
|
|||||||
Reference in New Issue
Block a user