Skip to content

Commit

Permalink
chore(versions): Fix KubeVirt version to v1.3.x
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Matouschek <[email protected]>
  • Loading branch information
0xFelix committed Dec 19, 2024
1 parent 712970e commit 9c0e5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/common/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function latest_version() {
}

# Latest released Kubevirt version
KUBEVIRT_VERSION=$(latest_version "kubevirt" "kubevirt")
KUBEVIRT_VERSION=$(latest_patch_version "kubevirt" "kubevirt" "v1.3")

# Latest released CDI version
CDI_VERSION=$(latest_version "kubevirt" "containerized-data-importer")
Expand Down

0 comments on commit 9c0e5ef

Please sign in to comment.