From 01d5382f731206ae98a11b3ddd72b4757040887e Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Mon, 11 Jan 2021 16:12:37 -0800 Subject: [PATCH] Drops obsolete helm repo from pusblish.sh. Signed-off-by: Vlad Losev --- scripts/publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index be918fe4..016b59f8 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -6,7 +6,6 @@ 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);