Skip to content

Commit

Permalink
cluster-up: Bump kubevirt major-minor version to v1.0 (#422)
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Lavi <[email protected]>
  • Loading branch information
RamLavi authored Apr 12, 2024
1 parent 8d51c21 commit 35ab511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CNAO_VERSION=v0.76.1
export KUBEVIRT_DEPLOY_PROMETHEUS=true

#use kubevirt latest z stream release
KUBEVIRT_VERSION=$(getLatestPatchVersion v0.56)
KUBEVIRT_VERSION=$(getLatestPatchVersion v1.0)
cluster::install

if [[ "$KUBEVIRT_PROVIDER" != external ]]; then
Expand Down

0 comments on commit 35ab511

Please sign in to comment.