From 0490436ecf74b5bf7d2713dc95e37e7d19ae2782 Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Mon, 11 Jan 2021 15:52:00 -0800 Subject: [PATCH] Moves minio dep to chart config. Signed-off-by: Vlad Losev --- .circleci/chart-testing.yaml | 1 + .circleci/config.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/chart-testing.yaml b/.circleci/chart-testing.yaml index f9b5e85a..88308c21 100644 --- a/.circleci/chart-testing.yaml +++ b/.circleci/chart-testing.yaml @@ -1,2 +1,3 @@ chart-repos: - argo=https://argoproj.github.io/argo-helm + - minio=https://helm.min.io/ diff --git a/.circleci/config.yml b/.circleci/config.yml index ba4e8bd3..77f34c2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,8 +5,6 @@ jobs: - image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0 steps: - checkout - - run: helm init --client-only --stable-repo-url=https://charts.helm.sh/stable - - 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 # so that it is regularly tested.