From 965fe62eb9c1c3f076f04c0e9a694c49e2066925 Mon Sep 17 00:00:00 2001 From: oscollabus Date: Tue, 26 Jul 2022 14:00:28 +0300 Subject: [PATCH] Bump kubevirtci (#56) 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 794eb563..cd25349d 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=${KUBEVIRTCI_TAG:-2205030954-99bd4d1} +export KUBEVIRTCI_TAG=${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.