Explicitly adds stable repo.

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
Vlad Losev 2021-01-11 16:22:16 -08:00
parent a7c7f1b81e
commit 399b4ba5aa
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE

View file

@ -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.