Skip to content

Commit 396dfb1

Browse files
authored
Merge pull request #25 from jianxiaoguo/main
chore(workflow): remove service-catalog chart sync
2 parents b80928e + f296e86 commit 396dfb1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

_scripts/generate_cache.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ helm repo add metallb https://metallb.github.io/metallb
1717
helm repo add traefik https://helm.traefik.io/traefik
1818
helm repo add openebs https://openebs.github.io/charts
1919
helm repo add jetstack https://charts.jetstack.io
20-
helm repo add svc-cat https://kubernetes-sigs.github.io/service-catalog
2120
helm repo update
2221

2322
helm fetch cilium/cilium
2423
helm fetch metallb/metallb
2524
helm fetch traefik/traefik
2625
helm fetch openebs/openebs
2726
helm fetch jetstack/cert-manager
28-
helm fetch svc-cat/catalog
2927

3028
for tar in `ls $tmp | grep .tgz`
3129
do

0 commit comments

Comments
 (0)