Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Commit 406e32e

Browse files
committed
chore(tests): updating Minikube and Kubernetes verions
Signed-off-by: subnetmarco <[email protected]>
1 parent b62b7e1 commit 406e32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/install-start-minikube.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# the License.
1414
#
1515

16-
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.25.0/minikube-linux-amd64 && chmod +x minikube
17-
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl && chmod +x kubectl
16+
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v1.9.2/minikube-linux-amd64 && chmod +x minikube
17+
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.18.1/bin/linux/amd64/kubectl && chmod +x kubectl
1818

1919
export MINIKUBE_WANTUPDATENOTIFICATION=false
2020
export MINIKUBE_WANTREPORTERRORPROMPT=false

0 commit comments

Comments
 (0)