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.