Update Kubernetes to v1.29.2

Change-Id: I743774f5b4cbafdf8d403ba21fce7fe8b7b023eb
This commit is contained in:
SPEARS, DUSTIN (ds443n) 2024-03-11 10:21:00 -04:00
parent b313d0ff3e
commit df5bfe08d5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ fi
# Deploy K8s with Minikube
: "${HELM_VERSION:="v3.13.2"}"
: "${KUBE_VERSION:="v1.29.0"}"
: "${KUBE_VERSION:="v1.29.2"}"
: "${MINIKUBE_VERSION:="v1.30.1"}"
: "${CRICTL_VERSION:="v1.29.0"}"
: "${CALICO_VERSION:="v3.26.1"}"