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

Commit

Permalink
chore(tests): updating Minikube and Kubernetes verions
Browse files Browse the repository at this point in the history
Signed-off-by: subnetmarco <[email protected]>
  • Loading branch information
subnetmarco committed Apr 15, 2020
1 parent b62b7e1 commit 406e32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/install-start-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# the License.
#

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

export MINIKUBE_WANTUPDATENOTIFICATION=false
export MINIKUBE_WANTREPORTERRORPROMPT=false
Expand Down

0 comments on commit 406e32e

Please sign in to comment.