Skip to content

Commit

Permalink
feat(build): update build default version
Browse files Browse the repository at this point in the history
update build default version

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed May 18, 2021
1 parent e42587f commit 20df9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ MAKESELF_INSTALL_DIR=$(mktemp -d makeself.XXXXXX)

check_version(){
if [ -z "${VERSION}" ]; then
warn "kubernetes version not specified, use default version 1.20.2."
VERSION="1.21.0"
warn "kubernetes version not specified, use default version 1.21.1."
VERSION="1.21.1"
fi
IMAGE_LIST=$(kubeadm config images list --kubernetes-version v${VERSION})
}
Expand Down

0 comments on commit 20df9bb

Please sign in to comment.