Skip to content

Commit ac84c70

Browse files
committed
ci: pin Minio to v6.3.1
Due to corrupt v7.0.0 chart release.
1 parent 969a46f commit ac84c70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,13 @@ jobs:
6767
kubectl -n source-system wait helmchart/mariadb-git --for=condition=ready --timeout=5m
6868
kubectl -n source-system delete -f ./config/testdata/helmchart-valuesfile
6969
- name: Setup Minio
70+
env:
71+
MINIO_VER: ${{ 'v6.3.1' }}
7072
run: |
7173
kubectl create ns minio
7274
helm repo add minio https://helm.min.io/
7375
helm upgrade --wait -i minio minio/minio \
76+
--version $MINIO_VER \
7477
--namespace minio \
7578
--set accessKey=myaccesskey \
7679
--set secretKey=mysecretkey \

0 commit comments

Comments
 (0)