Skip to content

Commit

Permalink
Merge pull request #217 from davidvossel/update-image-1.24
Browse files Browse the repository at this point in the history
Update default image to k8s 1.24.9
  • Loading branch information
k8s-ci-robot authored Jan 10, 2023
2 parents cb28bf6 + fdccc32 commit 884c8ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/functest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Building and installing capk manager container"

echo "Running e2e test suite"
export KUBECONFIG=$(./kubevirtci kubeconfig)
export TENANT_CLUSTER_KUBERNETES_VERSION="v1.23.10"
export TENANT_CLUSTER_KUBERNETES_VERSION="v1.24.9"
export NODE_VM_IMAGE_TEMPLATE=quay.io/capk/ubuntu-2004-container-disk:${TENANT_CLUSTER_KUBERNETES_VERSION}
export CRI_PATH=/var/run/containerd/containerd.sock
export ROOT_VOLUME_SIZE=13Gi
Expand Down
2 changes: 1 addition & 1 deletion kubevirtci
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.23}
export TENANT_CLUSTER_KUBERNETES_VERSION=${TENANT_CLUSTER_KUBERNETES_VERSION:-v1.23.10}
export TENANT_CLUSTER_KUBERNETES_VERSION=${TENANT_CLUSTER_KUBERNETES_VERSION:-v1.24.9}
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2205231118-f12b50e}
export KUBEVIRT_DEPLOY_PROMETHEUS=false
export KUBEVIRT_DEPLOY_CDI=false
Expand Down

0 comments on commit 884c8ca

Please sign in to comment.