From 0f5ac9be297451c71e6b81eb7c9f031212dbeb06 Mon Sep 17 00:00:00 2001 From: oscollabus Date: Tue, 26 Jul 2022 13:47:14 +0300 Subject: [PATCH] Bump kubevirtci (#235) 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 a9cdd5f8..7c96db1b 100755 --- 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=2207060141-111fd50 +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.