Update Kubectl Version

Kubernetes was uplifted to v1.18.6 uplifting kubectl to the same
version.

Change-Id: Id80a4ee169c06c1957c575ef98f87f6ad56c7947
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
Sreejith Punnapuzha 2020-08-24 09:27:43 -05:00
parent 0966c5bb3b
commit 06ae80d3b0
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ DOCS_DIR ?= docs
# document validation options
UNAME != uname
export KIND_URL ?= https://kind.sigs.k8s.io/dl/v0.8.1/kind-$(UNAME)-amd64
KUBECTL_VERSION ?= v1.17.4
KUBECTL_VERSION ?= v1.18.6
export KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
.PHONY: depend

View File

@ -14,7 +14,7 @@
set -xe
: ${KUBE_VERSION:="v1.17.4"}
: ${KUBE_VERSION:="v1.18.6"}
# Install kubectl
URL="https://storage.googleapis.com"