From 3bf23d1c50844d6e845f93529cd0fee3c82c869a Mon Sep 17 00:00:00 2001 From: oscollabus Date: Thu, 28 Jul 2022 10:30:03 +0300 Subject: [PATCH] Bump kubevirtci (#371) Signed-off-by: Or Shoval --- cluster/cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/cluster.sh b/cluster/cluster.sh index 79c23f18d..580448e6a 100644 --- a/cluster/cluster.sh +++ b/cluster/cluster.sh @@ -13,7 +13,7 @@ # limitations under the License. export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.23'} -export KUBEVIRTCI_TAG='2205030954-99bd4d1' +export KUBEVIRTCI_TAG='2207242237-3a5c590' KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git' # The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.