Moves minio dep to chart config.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
2cfdd9589e
commit
0490436ecf
2 changed files with 1 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
chart-repos:
|
chart-repos:
|
||||||
- argo=https://argoproj.github.io/argo-helm
|
- argo=https://argoproj.github.io/argo-helm
|
||||||
|
- minio=https://helm.min.io/
|
||||||
|
|
|
@ -5,8 +5,6 @@ jobs:
|
||||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0
|
- image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- 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
|
- 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
|
# 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.
|
# so that it is regularly tested.
|
||||||
|
|
Loading…
Reference in a new issue