From a1634bdfdaaf6e1d13d1bb48556dee72c2f2a992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Juan=20G=C3=B3mez=20Pe=C3=B1alver?= Date: Sat, 4 Apr 2020 00:32:25 +0100 Subject: [PATCH] fix: add required repositories to helm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Juan Gómez Peñalver --- scripts/publish.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/publish.sh b/scripts/publish.sh index b2d2b362..be918fe4 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -6,6 +6,9 @@ GIT_PUSH=${GIT_PUSH:-false} rm -rf $SRCROOT/output && git clone -b gh-pages git@github.com:argoproj/argo-helm.git $SRCROOT/output +helm repo add stable https://kubernetes-charts.storage.googleapis.com +helm repo add argoproj https://argoproj.github.io/argo-helm + for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d); do rm -rf $dir/charts