From 2dd391a6065a58b8986d774ba8bf6ff4c89dee17 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 26 Mar 2019 12:25:33 +0200
Subject: [PATCH] Update the kubectl version.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 76e2fed..7a021a7 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ binaries: .local/share/bfg/bfg.jar .local/bin/rke .local/bin/docker-machine .loc
 	rm $(tempdir)/vault*
 
 .local/bin/kubectl:
-	-$(download) "https://storage.googleapis.com/kubernetes-release/release/v1.13.4/bin/$(os)/$(goarch)/kubectl"
+	-$(download) "https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/$(os)/$(goarch)/kubectl"
 	-chmod +x $@
 
 .local/bin/kops:
-- 
GitLab