Skip to content

Commit

Permalink
Bump release image versions
Browse files Browse the repository at this point in the history
HCO 1.13.0-unstable
HCO_SUBSCRIPTION_CHANNEL candidate-v1.13
VIRTCTL_VERSION v1.4.0
HPP_VERSION release-v0.21

Signed-off-by: Rabin Yasharzadehe <[email protected]>
  • Loading branch information
rabin-io committed Dec 18, 2024
1 parent b8629cb commit afa7bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy-kubevirt-gating.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ download_virtctl()
# ----------------------------------------------------------------------------------------------------
# Install HCO (kubevirt and helper operators)

export HCO_IMAGE_VER=${HCO_IMAGE_VER:-"1.11.0-unstable"}
export HCO_IMAGE_VER=${HCO_IMAGE_VER:-"1.13.0-unstable"}
export HCO_GIT_TAG=${HCO_GIT_TAG:-"main"}
export HCO_SUBSCRIPTION_CHANNEL=${HCO_SUBSCRIPTION_CHANNEL:-"candidate-v1.11"}
export VIRTCTL_VERSION="v1.0.1"
export HPP_VERSION="release-v0.18"
export HCO_SUBSCRIPTION_CHANNEL=${HCO_SUBSCRIPTION_CHANNEL:-"candidate-v1.13"}
export VIRTCTL_VERSION="v1.4.0"
export HPP_VERSION="release-v0.21"

tee <<EOF | oc apply -f -
apiVersion: operators.coreos.com/v1alpha1
Expand Down

0 comments on commit afa7bb2

Please sign in to comment.