Skip to content

Commit

Permalink
Update backend
Browse files Browse the repository at this point in the history
Signed-off-by: Aviv Turgeman <[email protected]>
  • Loading branch information
avivtur committed Dec 18, 2024
1 parent c2aa671 commit 00cf782
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 @@ -47,11 +47,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.14.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.14"}
export VIRTCTL_VERSION="v1.4.0"
export HPP_VERSION="release-v0.21"

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

0 comments on commit 00cf782

Please sign in to comment.