mirror of https://github.com/easzlab/kubeasz.git
update k8s v1.29.0
parent
27aadace7e
commit
bc5af26099
6
ezdown
6
ezdown
|
@ -13,11 +13,11 @@ set -o pipefail
|
||||||
#set -o xtrace
|
#set -o xtrace
|
||||||
|
|
||||||
# default settings, can be overridden by cmd line options, see usage
|
# 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
|
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
|
# 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
|
# https://github.com/easzlab/dockerfile-kubeasz-sys-pkg
|
||||||
SYS_PKG_VER=1.0.0
|
SYS_PKG_VER=1.0.0
|
||||||
HARBOR_VER=v2.8.4
|
HARBOR_VER=v2.8.4
|
||||||
|
|
Loading…
Reference in New Issue