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:
|
chart-repos:
|
||||||
- argo=https://argoproj.github.io/argo-helm
|
- argo=https://argoproj.github.io/argo-helm
|
||||||
|
- minio=https://helm.min.io/
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: v2.11.3
|
appVersion: v2.11.3
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
name: argo
|
name: argo
|
||||||
version: 0.13.2
|
version: 0.13.3
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
repository: https://helm.min.io/
|
||||||
version: 5.0.6
|
version: 8.0.0
|
||||||
digest: sha256:373b459c6232e9fd4dd86fa0af01e024372f686a0cdfbfed69d3cd41859e8ad4
|
digest: sha256:8091a14cc00e44dffb93025e7dbb1640cf8e1aa1a5db6e8e5883a2c7f7a7e7a0
|
||||||
generated: "2020-02-06T00:16:52.211425292Z"
|
generated: 2020-11-12T18:15:19.0599608Z
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: minio
|
- name: minio
|
||||||
version: 5.0.6
|
version: 8.0.0
|
||||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
repository: https://helm.min.io/
|
||||||
condition: minio.install
|
condition: minio.install
|
||||||
|
|
|
@ -10,7 +10,7 @@ do
|
||||||
echo "Running Helm linting for $name"
|
echo "Running Helm linting for $name"
|
||||||
docker run \
|
docker run \
|
||||||
-v "$SRCROOT:/workdir" \
|
-v "$SRCROOT:/workdir" \
|
||||||
gcr.io/kubernetes-charts-ci/test-image:v3.1.0 \
|
gcr.io/kubernetes-charts-ci/test-image:v3.3.0 \
|
||||||
ct \
|
ct \
|
||||||
lint \
|
lint \
|
||||||
--config .circleci/chart-testing.yaml \
|
--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 stable https://kubernetes-charts.storage.googleapis.com
|
||||||
helm repo add argoproj https://argoproj.github.io/argo-helm
|
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);
|
for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d);
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue