diff --git a/flyteadmin/.github/workflows/master.yml b/flyteadmin/.github/workflows/master.yml index 043e273767..e61426ef15 100644 --- a/flyteadmin/.github/workflows/master.yml +++ b/flyteadmin/.github/workflows/master.yml @@ -50,7 +50,7 @@ jobs: run: docker load -i /tmp/tmp/docker-images/snapshot.tar || true - uses: engineerd/setup-kind@v0.5.0 with: - version: "v0.10.0" + version: "v0.11.1" - name: End2End run: | kubectl cluster-info diff --git a/flyteadmin/.github/workflows/pull_request.yml b/flyteadmin/.github/workflows/pull_request.yml index 45921c8dbc..f5ce713fa3 100644 --- a/flyteadmin/.github/workflows/pull_request.yml +++ b/flyteadmin/.github/workflows/pull_request.yml @@ -46,7 +46,7 @@ jobs: run: docker load -i /tmp/tmp/docker-images/snapshot.tar || true - uses: engineerd/setup-kind@v0.5.0 with: - version: "v0.10.0" + version: "v0.11.1" - name: End2End run: | kubectl cluster-info @@ -72,7 +72,7 @@ jobs: run: docker load -i /tmp/tmp/docker-images/snapshot-builder.tar || true - uses: engineerd/setup-kind@v0.5.0 with: - version: "v0.10.0" + version: "v0.11.1" - name: Integration run: | # attempt to clean up some unneeded data: https://github.com/actions/virtual-environments/issues/2840#issuecomment-790492173