From bb205c7fed36ca6ebffbec386d485fad14273725 Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Fri, 23 Sep 2022 10:57:16 -0500 Subject: [PATCH] downgrade helm version again --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 35d86cb13c..3196ac2e50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,8 +46,8 @@ commands: chmod +x ./kubectl sudo mv ./kubectl /usr/local/bin/kubectl - wget https://get.helm.sh/helm-v3.9.4-linux-amd64.tar.gz - tar -zxvf helm-v3.9.4-linux-amd64.tar.gz + wget https://get.helm.sh/helm-v3.7.0-linux-amd64.tar.gz + tar -zxvf helm-v3.7.0-linux-amd64.tar.gz sudo mv linux-amd64/helm /usr/local/bin/helm create-kind-clusters: parameters: