ci: pin Minio to v6.3.1

Due to corrupt v7.0.0 chart release.
This commit is contained in:
Hidde Beydals 2020-09-22 12:27:46 +02:00
parent 969a46f4d6
commit ac84c70a4c
1 changed files with 3 additions and 0 deletions

View File

@ -67,10 +67,13 @@ jobs:
kubectl -n source-system wait helmchart/mariadb-git --for=condition=ready --timeout=5m
kubectl -n source-system delete -f ./config/testdata/helmchart-valuesfile
- name: Setup Minio
env:
MINIO_VER: ${{ 'v6.3.1' }}
run: |
kubectl create ns minio
helm repo add minio https://helm.min.io/
helm upgrade --wait -i minio minio/minio \
--version $MINIO_VER \
--namespace minio \
--set accessKey=myaccesskey \
--set secretKey=mysecretkey \