From bc5af2609934b00bab760de56c2c1f224d4425d3 Mon Sep 17 00:00:00 2001 From: gjmzj Date: Wed, 27 Dec 2023 22:18:07 +0800 Subject: [PATCH] update k8s v1.29.0 --- ezdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ezdown b/ezdown index 47b540a..86dcda6 100755 --- a/ezdown +++ b/ezdown @@ -13,11 +13,11 @@ set -o pipefail #set -o xtrace # default settings, can be overridden by cmd line options, see usage -DOCKER_VER=24.0.5 +DOCKER_VER=24.0.7 KUBEASZ_VER=3.6.2 -K8S_BIN_VER=v1.28.1 +K8S_BIN_VER=v1.29.0 # https://github.com/easzlab/dockerfile-kubeasz-ext-bin -EXT_BIN_VER=1.8.0 +EXT_BIN_VER=1.9.0 # https://github.com/easzlab/dockerfile-kubeasz-sys-pkg SYS_PKG_VER=1.0.0 HARBOR_VER=v2.8.4