Bump minikube and k8s versions

This change modifies the versions of both minikube
and kubernetes that we deploy for OSH.

minikube is now 1.25.2
kubernetes is 1.23.12

Change-Id: Ic33c1b1ca0110bdd87705ca5b891823f16b303f8
This commit is contained in:
Gage Hugo 2022-10-04 12:11:44 -05:00
parent 6852f7c8ed
commit c60bdf744d
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
set -ex
: "${HELM_VERSION:="v3.6.3"}"
: "${KUBE_VERSION:="v1.23.0"}"
: "${MINIKUBE_VERSION:="v1.23.0"}"
: "${KUBE_VERSION:="v1.23.12"}"
: "${MINIKUBE_VERSION:="v1.25.2"}"
: "${CALICO_VERSION:="v3.20"}"
: "${YQ_VERSION:="v4.6.0"}"
: "${KUBE_DNS_IP="10.96.0.10"}"