Skip to content

Commit

Permalink
Update Kubernetes to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engapa committed Jul 18, 2019
1 parent ef2fcdc commit f537568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

MINIKUBE_VERSION=${MINIKUBE_VERSION:-"v1.2.0"}
KUBE_VERSION=${KUBE_VERSION:-"v1.15.0"}
KUBE_VERSION=${KUBE_VERSION:-"v1.15.1"}

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

Expand Down

0 comments on commit f537568

Please sign in to comment.