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