Skip to content

Commit

Permalink
Upgrade CAPV image to 1.23.5 (#3717)
Browse files Browse the repository at this point in the history
Upgrade the cluster image to ubuntu-2004-kube-v1.23.5.

issue #3710

Signed-off-by: Shuyang Xin <[email protected]>
  • Loading branch information
XinShuYang authored Jul 6, 2022
1 parent af9ee6a commit 5c27604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/jenkins/test-vmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ function release_static_ip() {
function setup_cluster() {
export KUBECONFIG=$KUBECONFIG_PATH
if [ -z $K8S_VERSION ]; then
export K8S_VERSION=v1.19.1
export K8S_VERSION=v1.23.5
fi
if [ -z $TEST_OS ]; then
export TEST_OS=ubuntu-1804
export TEST_OS=ubuntu-2004
fi
export OVA_TEMPLATE_NAME=${TEST_OS}-kube-${K8S_VERSION}
rm -rf ${GIT_CHECKOUT_DIR}/jenkins || true
Expand Down

0 comments on commit 5c27604

Please sign in to comment.