From 66e651644be4d5af3fd3554a62d6076ebc52446a Mon Sep 17 00:00:00 2001 From: Haytham Abuelfutuh Date: Wed, 30 Jun 2021 12:18:54 -0700 Subject: [PATCH] Update kind to 0.11.1 (#284) Signed-off-by: Haytham Abuelfutuh --- flytepropeller/.github/workflows/master.yml | 2 +- flytepropeller/.github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flytepropeller/.github/workflows/master.yml b/flytepropeller/.github/workflows/master.yml index d8d30a60ba..627c5275f7 100644 --- a/flytepropeller/.github/workflows/master.yml +++ b/flytepropeller/.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/flytepropeller/.github/workflows/pull_request.yml b/flytepropeller/.github/workflows/pull_request.yml index 67ad3d1997..dd9ac209da 100644 --- a/flytepropeller/.github/workflows/pull_request.yml +++ b/flytepropeller/.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