From 5426c4667463693e53d6c6ef8e92f0599cff16f9 Mon Sep 17 00:00:00 2001 From: Haytham Abuelfutuh Date: Wed, 30 Jun 2021 12:19:00 -0700 Subject: [PATCH] Update Kind to 0.11.1 (#215) Signed-off-by: Haytham Abuelfutuh --- flyteadmin/.github/workflows/master.yml | 2 +- flyteadmin/.github/workflows/pull_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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