Skip to content

Commit

Permalink
Merge pull request #309 from nunnatsa/bump-boot-v1.32.1
Browse files Browse the repository at this point in the history
bump boot image to quay.io/capk/ubuntu-2404-container-disk:v1.32.1
  • Loading branch information
k8s-ci-robot authored Jan 21, 2025
2 parents db85bd8 + 2ad0ebd commit e9dac63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hack/functest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ echo "Building and installing capk manager container"

echo "Running e2e test suite"
export KUBECONFIG=$(./kubevirtci kubeconfig)
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 TENANT_CLUSTER_KUBERNETES_VERSION="v1.32.1"
export NODE_VM_IMAGE_TEMPLATE=quay.io/capk/ubuntu-2404-container-disk:${TENANT_CLUSTER_KUBERNETES_VERSION}
export CRI_PATH=/var/run/containerd/containerd.sock
export ROOT_VOLUME_SIZE=13Gi
export STORAGE_CLASS_NAME=local
Expand Down
4 changes: 2 additions & 2 deletions 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.32}
export TENANT_CLUSTER_KUBERNETES_VERSION=${TENANT_CLUSTER_KUBERNETES_VERSION:-v1.31.1}
export TENANT_CLUSTER_KUBERNETES_VERSION=${TENANT_CLUSTER_KUBERNETES_VERSION:-v1.32.1}
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2501140834-56eb34e6}
export KUBEVIRT_DEPLOY_PROMETHEUS=false
export KUBEVIRT_DEPLOY_CDI=false
Expand All @@ -16,7 +16,7 @@ export CAPK_TEMPLATE=${CAPK_TEMPLATE:-cluster-template-kccm.yaml}
export CLUSTERCTL_VERSION="v1.9.3"
export CALICO_VERSION="v3.29.1"
export KUBEVIRT_VERSION="v1.4.0"
export NODE_VM_IMAGE_TEMPLATE=${NODE_VM_IMAGE_TEMPLATE:-quay.io/capk/ubuntu-2204-container-disk:${TENANT_CLUSTER_KUBERNETES_VERSION}}
export NODE_VM_IMAGE_TEMPLATE=${NODE_VM_IMAGE_TEMPLATE:-quay.io/capk/ubuntu-2404-container-disk:${TENANT_CLUSTER_KUBERNETES_VERSION}}

KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git'
KUBEVIRTCI_PATH="${PWD}/.kubevirtci/"
Expand Down

0 comments on commit e9dac63

Please sign in to comment.