We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cee61 commit af1d2ebCopy full SHA for af1d2eb
.github/workflows/e2e-test-kind.yaml
@@ -90,9 +90,10 @@ jobs:
90
- name: Install MinIO
91
run:
92
docker run -d --rm -p 9000:9000 -e "MINIO_ACCESS_KEY=minio" -e "MINIO_SECRET_KEY=minio123" -e "MINIO_DEFAULT_BUCKETS=bucket,additional-bucket" bitnami/minio:2021.6.17-debian-10-r7
93
- - uses: engineerd/setup-kind@v0.5.0
+ - uses: engineerd/setup-kind@v0.6.2
94
with:
95
- version: "v0.21.0"
+ skipClusterLogsExport: true
96
+ version: "v0.27.0"
97
image: "kindest/node:v${{ matrix.k8s }}"
98
- name: Fetch built CLI
99
id: cli-cache
0 commit comments