fix(argo): Update minio chart to solve install error
Signed-off-by: Mateusz Szostok <szostok.mateusz@gmail.com>
This commit is contained in:
parent
1f67a85a58
commit
aa863224ae
6 changed files with 10 additions and 8 deletions
|
@ -1,2 +1,3 @@
|
|||
chart-repos:
|
||||
- argo=https://argoproj.github.io/argo-helm
|
||||
- minio=https://helm.min.io/
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
appVersion: v2.11.3
|
||||
description: A Helm chart for Argo Workflows
|
||||
name: argo
|
||||
version: 0.13.2
|
||||
version: 0.13.3
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
dependencies:
|
||||
- name: minio
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 5.0.6
|
||||
digest: sha256:373b459c6232e9fd4dd86fa0af01e024372f686a0cdfbfed69d3cd41859e8ad4
|
||||
generated: "2020-02-06T00:16:52.211425292Z"
|
||||
repository: https://helm.min.io/
|
||||
version: 8.0.0
|
||||
digest: sha256:8091a14cc00e44dffb93025e7dbb1640cf8e1aa1a5db6e8e5883a2c7f7a7e7a0
|
||||
generated: 2020-11-12T18:15:19.0599608Z
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
dependencies:
|
||||
- name: minio
|
||||
version: 5.0.6
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 8.0.0
|
||||
repository: https://helm.min.io/
|
||||
condition: minio.install
|
||||
|
|
|
@ -10,7 +10,7 @@ do
|
|||
echo "Running Helm linting for $name"
|
||||
docker run \
|
||||
-v "$SRCROOT:/workdir" \
|
||||
gcr.io/kubernetes-charts-ci/test-image:v3.1.0 \
|
||||
gcr.io/kubernetes-charts-ci/test-image:v3.3.0 \
|
||||
ct \
|
||||
lint \
|
||||
--config .circleci/chart-testing.yaml \
|
||||
|
|
|
@ -8,6 +8,7 @@ rm -rf $SRCROOT/output && git clone -b gh-pages git@github.com:argoproj/argo-hel
|
|||
|
||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com
|
||||
helm repo add argoproj https://argoproj.github.io/argo-helm
|
||||
helm repo add minio https://helm.min.io/
|
||||
|
||||
for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d);
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue