From 3ab9758fc1a577ebcccec43bd03b65bb11ad9433 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Mon, 9 Oct 2023 12:23:50 +0530 Subject: [PATCH] feat: update kind version Signed-off-by: Manan Gupta --- tools/get-e2e-test-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/get-e2e-test-deps.sh b/tools/get-e2e-test-deps.sh index 71f23dc9..3b35dfd2 100755 --- a/tools/get-e2e-test-deps.sh +++ b/tools/get-e2e-test-deps.sh @@ -29,7 +29,7 @@ ln -sf "kubectl-${KUBE_VERSION}" kubectl if ! command -v kind &> /dev/null then echo "Downloading kind..." - curl -L https://kind.sigs.k8s.io/dl/v0.12.0/kind-linux-amd64 > "kind" + curl -L https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 > "kind" chmod +x "kind" echo "Installed kind" else