chore(deps): update e2e-setup versions

Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
This commit is contained in:
redhat-renovate-bot
2025-06-18 18:19:14 +00:00
parent 4626457857
commit 202cf3d7ea

View File

@@ -26,9 +26,9 @@ set_default_params() {
KIND_VERSION=${KIND_VERSION:-v0.29.0}
KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.33.1}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.33.2}
KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.5.1}
KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.5.2}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.62.0}
KUBEVIRT_USE_EMULATION=${KUBEVIRT_USE_EMULATION:-"false"}