We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969a46f commit ac84c70Copy full SHA for ac84c70
.github/workflows/e2e.yaml
@@ -67,10 +67,13 @@ jobs:
67
kubectl -n source-system wait helmchart/mariadb-git --for=condition=ready --timeout=5m
68
kubectl -n source-system delete -f ./config/testdata/helmchart-valuesfile
69
- name: Setup Minio
70
+ env:
71
+ MINIO_VER: ${{ 'v6.3.1' }}
72
run: |
73
kubectl create ns minio
74
helm repo add minio https://helm.min.io/
75
helm upgrade --wait -i minio minio/minio \
76
+ --version $MINIO_VER \
77
--namespace minio \
78
--set accessKey=myaccesskey \
79
--set secretKey=mysecretkey \
0 commit comments