Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump boot image to quay.io/capk/ubuntu-2404-container-disk:v1.32.1 #309

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading