Fix helm repo update script

This commit is contained in:
Jonas Juselius
2020-11-06 11:17:01 +01:00
parent a9327309c4
commit 904a02de59
2 changed files with 0 additions and 12 deletions

View File

@@ -1,12 +0,0 @@
read -r -d '' repos << EOF
jetstack;https://charts.jetstack.io
stable;https://kubernetes-charts.storage.googleapis.com/
minio;https://helm.min.io/
anchore;https://charts.anchore.io
bitnami;https://charts.bitnami.com/bitnami
hashicorp;https://helm.releases.hashicorp.com
ingress-nginx;https://kubernetes.github.io/ingress-nginx
prometheus-community;https://prometheus-community.github.io/helm-charts
EOF
for i in $repos; do IFS=";"; set $i; helm repo add $1 $2; done

0
scripts/update-helm-repos.sh Normal file → Executable file
View File