From 0a353f24eb6d84eaf07a839faa337c4f34d8081f Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Fri, 22 Dec 2023 13:32:38 +0100 Subject: [PATCH] chore: Fix KubeVirt and kubevirtci versions Fix the version of KubeVirt to v1.1.0 and the version of kubevirtci to 2310161449-94f7214. Signed-off-by: Felix Matouschek --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09f6f0ff..c80a964b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ SHELL=/bin/bash # Run `make schema` when updating this version and commit the created files. # TODO(lyarwood) - Host the expanded JSON schema elsewhere under the kubevirt namespace -export KUBEVIRT_VERSION = main +export KUBEVIRT_VERSION = v1.1.0 +export KUBEVIRTCI_TAG = 2310161449-94f7214 # Use the COMMON_INSTANCETYPES_CRI env variable to control if the following targets are executed within a container. # Supported runtimes are docker and podman. By default targets run directly on the host.