Skip to content

Commit f49e102

Browse files
committed
chore(workflow): use metallb official charts
1 parent b529f30 commit f49e102

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_scripts/generate_cache.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ trap clean_before_exit EXIT
1313
cd $tmp
1414

1515
helm repo add cilium https://helm.cilium.io/
16-
helm repo add bitnami https://charts.bitnami.com/bitnami
16+
helm repo add metallb https://metallb.github.io/metallb
1717
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
1818
helm repo add longhorn https://charts.longhorn.io
1919
helm repo add jetstack https://charts.jetstack.io
2020
helm repo add svc-cat https://kubernetes-sigs.github.io/service-catalog
2121
helm repo update
2222

2323
helm fetch cilium/cilium
24-
helm fetch bitnami/metallb
24+
helm fetch metallb/metallb
2525
helm fetch ingress-nginx/ingress-nginx
2626
helm fetch longhorn/longhorn
2727
helm fetch jetstack/cert-manager

0 commit comments

Comments
 (0)