From aa863224ae8cfb8205a3ab02036708ba860a7bc1 Mon Sep 17 00:00:00 2001 From: Mateusz Szostok Date: Thu, 12 Nov 2020 19:19:28 +0100 Subject: [PATCH] fix(argo): Update minio chart to solve install error Signed-off-by: Mateusz Szostok --- .circleci/chart-testing.yaml | 1 + charts/argo/Chart.yaml | 2 +- charts/argo/requirements.lock | 8 ++++---- charts/argo/requirements.yaml | 4 ++-- scripts/lint.sh | 2 +- scripts/publish.sh | 1 + 6 files changed, 10 insertions(+), 8 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/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 744996b6..b21aae0a 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -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: diff --git a/charts/argo/requirements.lock b/charts/argo/requirements.lock index 39f5ecae..2f7dd218 100644 --- a/charts/argo/requirements.lock +++ b/charts/argo/requirements.lock @@ -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 diff --git a/charts/argo/requirements.yaml b/charts/argo/requirements.yaml index 869e1975..093d7720 100644 --- a/charts/argo/requirements.yaml +++ b/charts/argo/requirements.yaml @@ -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 diff --git a/scripts/lint.sh b/scripts/lint.sh index 8f084c5b..625ca1d7 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -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 \ diff --git a/scripts/publish.sh b/scripts/publish.sh index be918fe4..4575e218 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -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