Skip to content

Commit

Permalink
cluster-up: Bump kubevirt major-minor version to v1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Lavi <[email protected]>
  • Loading branch information
RamLavi committed Apr 11, 2024
1 parent ad90843 commit e21c701
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.2)
cluster::install

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

0 comments on commit e21c701

Please sign in to comment.