Commit 2dd391a6 authored by nimrod's avatar nimrod
Browse files

Update the kubectl version.

parent 5ae5414f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: