From 9b8103bbc63e676e1ef9dbd705029c2c9de1d50f Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Mon, 11 Jan 2021 16:04:35 -0800 Subject: [PATCH] Uses quay.io/helmpack/chart-testing:v3.3.1 again. Signed-off-by: Vlad Losev --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b5d755f..d20a2845 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,10 +2,9 @@ version: 2.1 jobs: lint: docker: - - image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0 + - image: quay.io/helmpack/chart-testing:v3.3.1 steps: - checkout - - run: helm init --client-only --stable-repo-url=https://charts.helm.sh/stable - run: ct lint --config .circleci/chart-testing.yaml --lint-conf .circleci/lintconf.yaml # Technically this only needs to be run on master, but it's good to have it run on every PR # so that it is regularly tested. @@ -19,7 +18,7 @@ jobs: - run: git config --global user.email "nobody@circleci.com" - run: git config --global user.name "Circle CI Build" - checkout - - run: helm init --client-only + - run: helm init --client-only --stable-repo-url=https://charts.helm.sh/stable # Only actually publish charts on master. - run: | set -x