We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b80928e + f296e86 commit 396dfb1Copy full SHA for 396dfb1
1 file changed
_scripts/generate_cache.sh
@@ -17,15 +17,13 @@ helm repo add metallb https://metallb.github.io/metallb
17
helm repo add traefik https://helm.traefik.io/traefik
18
helm repo add openebs https://openebs.github.io/charts
19
helm repo add jetstack https://charts.jetstack.io
20
-helm repo add svc-cat https://kubernetes-sigs.github.io/service-catalog
21
helm repo update
22
23
helm fetch cilium/cilium
24
helm fetch metallb/metallb
25
helm fetch traefik/traefik
26
helm fetch openebs/openebs
27
helm fetch jetstack/cert-manager
28
-helm fetch svc-cat/catalog
29
30
for tar in `ls $tmp | grep .tgz`
31
do
0 commit comments