From 399b4ba5aa532c24abe53b319e4ffbefcddacdc5 Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Mon, 11 Jan 2021 16:22:16 -0800 Subject: [PATCH] Explicitly adds stable repo. Signed-off-by: Vlad Losev --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d20a2845..a443a852 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,7 @@ jobs: - image: quay.io/helmpack/chart-testing:v3.3.1 steps: - checkout + - run: helm repo add stable 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.