Skip to content

Commit

Permalink
Merge pull request #655 from akrejcir/fix-versions
Browse files Browse the repository at this point in the history
fix: CI uses the latest released Kubevirt
  • Loading branch information
kubevirt-bot authored Aug 16, 2023
2 parents 11c2e89 + 232d1e9 commit 2f12dbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions automation/common/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ function latest_version() {
}

# Latest released Kubevirt version
# KUBEVIRT_VERSION=$(latest_version "kubevirt" "kubevirt")
# FIXME(lyarwood) Replace with above once v1.0.0 is released
KUBEVIRT_VERSION=v1.0.0-rc.0
KUBEVIRT_VERSION=$(latest_version "kubevirt" "kubevirt")

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

0 comments on commit 2f12dbc

Please sign in to comment.