From cbc2c12cd61513fb1ef92628620c1f8f32035b15 Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Mon, 11 Jan 2021 15:17:11 -0800 Subject: [PATCH] Reverts to the original test-image repo. Signed-off-by: Vlad Losev --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 68ea4608..90afebdb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,9 +2,10 @@ version: 2.1 jobs: lint: docker: - - image: quay.io/helmpack/chart-testing:v3.3.1 + - image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0 steps: - checkout + - run: helm init --client-only - run: helm repo add minio https://helm.min.io/ - 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