Skip to content

Commit

Permalink
Merge pull request #143 from 0xFelix/fix-versions-0.4
Browse files Browse the repository at this point in the history
chore: Fix KubeVirt and kubevirtci versions

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
  • Loading branch information
0xFelix committed Dec 22, 2023
2 parents 544f7e6 + 0a353f2 commit cb4f226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cb4f226

Please sign in to comment.