From d3bdee7fdf774bcf4e538f55a3a1741bd3980111 Mon Sep 17 00:00:00 2001 From: polatengin Date: Wed, 13 May 2020 18:58:49 +0300 Subject: [PATCH] helmsman automatically updates helm lists, no need to do it implicitly --- infra/scripts/deploy-to-aks.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/infra/scripts/deploy-to-aks.sh b/infra/scripts/deploy-to-aks.sh index c62dfbb4ab..fccabf6359 100755 --- a/infra/scripts/deploy-to-aks.sh +++ b/infra/scripts/deploy-to-aks.sh @@ -26,10 +26,6 @@ if ! [ -x "$(command -v helm)" ]; then curl -Ls https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | DESIRED_VERSION=v3.2.1 bash fi -# update helm repos - -helm repo update - # install required plugins helm plugin list | grep -cE ^diff>/dev/null || helm plugin install "https://github.com/databus23/helm-diff" --version 3.1.1