From 22b3ec1ddc4be41ce42999d20d85f1f718862ce2 Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Mon, 11 Jan 2021 16:30:04 -0800 Subject: [PATCH] Upgrades helm for publishing. Signed-off-by: Vlad Losev --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a443a852..e08161d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,14 +12,14 @@ jobs: publish: docker: # We just need an image with `helm` on it. Handily we know of one already. - - image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0 + - image: quay.io/helmpack/chart-testing:v3.3.1 steps: # install the additional keys needed to push to Github. Alex Collins owns these keys. - add_ssh_keys - run: git config --global user.email "nobody@circleci.com" - run: git config --global user.name "Circle CI Build" - checkout - - run: helm init --client-only --stable-repo-url=https://charts.helm.sh/stable + - run: helm repo add stable https://charts.helm.sh/stable # Only actually publish charts on master. - run: | set -x