From e21c7019eee7c9a2357b4cb451d17c610d28f7f4 Mon Sep 17 00:00:00 2001 From: Ram Lavi Date: Thu, 11 Apr 2024 22:30:25 +0300 Subject: [PATCH] cluster-up: Bump kubevirt major-minor version to v1.2 Signed-off-by: Ram Lavi --- cluster/up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/up.sh b/cluster/up.sh index 64aaae673..9dec5f546 100755 --- a/cluster/up.sh +++ b/cluster/up.sh @@ -26,7 +26,7 @@ CNAO_VERSION=v0.76.1 export KUBEVIRT_DEPLOY_PROMETHEUS=true #use kubevirt latest z stream release -KUBEVIRT_VERSION=$(getLatestPatchVersion v0.56) +KUBEVIRT_VERSION=$(getLatestPatchVersion v1.2) cluster::install if [[ "$KUBEVIRT_PROVIDER" != external ]]; then