Skip to content

Commit

Permalink
Merge pull request #149 from kubevirt/renovate/e2e-setup-versions
Browse files Browse the repository at this point in the history
chore(deps): update e2e-setup versions
  • Loading branch information
kubevirt-bot authored Nov 29, 2024
2 parents ab594a6 + ece9898 commit 83f5f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/e2e-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ set_default_params() {
KIND_VERSION=${KIND_VERSION:-v0.25.0}

KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.31.2}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.31.3}

KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.4.0}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.60.3}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.61.0}
KUBEVIRT_USE_EMULATION=${KUBEVIRT_USE_EMULATION:-"false"}

CNAO_VERSION=${CNAO_VERSION:-v0.96.0}
Expand Down

0 comments on commit 83f5f84

Please sign in to comment.