From a7f8fd07b14e89c8d6f788d579262d8ad02a45f8 Mon Sep 17 00:00:00 2001 From: omerlh Date: Wed, 26 Jun 2019 09:51:14 +0300 Subject: [PATCH] update kind version --- tests/crd-controller/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/crd-controller/run-tests.sh b/tests/crd-controller/run-tests.sh index 7da36ab49..f0fba93ff 100755 --- a/tests/crd-controller/run-tests.sh +++ b/tests/crd-controller/run-tests.sh @@ -4,7 +4,7 @@ set -o errexit set -o nounset set -o pipefail -readonly KIND_VERSION=0.3.0 +readonly KIND_VERSION=0.4.0 readonly CLUSTER_NAME=e2e-test readonly KUBECTL_VERSION=v1.13.0