Kaynağa Gözat

Merge pull request #204 from squat/fix_e2e

Makefile: fix e2e tests
leonnicolas 4 yıl önce
ebeveyn
işleme
8c4cb7238c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -196,7 +196,7 @@ unit:
 test: lint unit e2e
 
 $(KIND_BINARY):
-	curl -Lo $@ https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-$(ARCH)
+	curl -Lo $@ https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-$(ARCH)
 	chmod +x $@
 
 $(KUBECTL_BINARY):