ci: pin Minio to v6.3.1
Due to corrupt v7.0.0 chart release.
This commit is contained in:
parent
969a46f4d6
commit
ac84c70a4c
|
@ -67,10 +67,13 @@ jobs:
|
||||||
kubectl -n source-system wait helmchart/mariadb-git --for=condition=ready --timeout=5m
|
kubectl -n source-system wait helmchart/mariadb-git --for=condition=ready --timeout=5m
|
||||||
kubectl -n source-system delete -f ./config/testdata/helmchart-valuesfile
|
kubectl -n source-system delete -f ./config/testdata/helmchart-valuesfile
|
||||||
- name: Setup Minio
|
- name: Setup Minio
|
||||||
|
env:
|
||||||
|
MINIO_VER: ${{ 'v6.3.1' }}
|
||||||
run: |
|
run: |
|
||||||
kubectl create ns minio
|
kubectl create ns minio
|
||||||
helm repo add minio https://helm.min.io/
|
helm repo add minio https://helm.min.io/
|
||||||
helm upgrade --wait -i minio minio/minio \
|
helm upgrade --wait -i minio minio/minio \
|
||||||
|
--version $MINIO_VER \
|
||||||
--namespace minio \
|
--namespace minio \
|
||||||
--set accessKey=myaccesskey \
|
--set accessKey=myaccesskey \
|
||||||
--set secretKey=mysecretkey \
|
--set secretKey=mysecretkey \
|
||||||
|
|
Loading…
Reference in New Issue