From ac45c2fb87cc4711eb3a883f20e1d6af8b656e09 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Wed, 27 Aug 2025 18:23:30 +0000 Subject: [PATCH] chore(deps): update e2e-setup versions Signed-off-by: redhat-renovate-bot --- .github/workflows/integration.yml | 2 +- hack/e2e-setup.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2f7f879..72d961b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -117,7 +117,7 @@ jobs: if: inputs.ansible_test_targets != '' uses: helm/kind-action@v1.12.0 with: - version: v0.29.0 + version: v0.30.0 install_only: true - name: Deploy kubevirt diff --git a/hack/e2e-setup.sh b/hack/e2e-setup.sh index 4d653ef..115efca 100755 --- a/hack/e2e-setup.sh +++ b/hack/e2e-setup.sh @@ -23,16 +23,16 @@ set_default_params() { BIN_DIR=${BIN_DIR:-$DIR/../bin} KIND=${KIND:-$BIN_DIR/kind} - KIND_VERSION=${KIND_VERSION:-v0.29.0} + KIND_VERSION=${KIND_VERSION:-v0.30.0} KUBECTL=${KUBECTL:-$BIN_DIR/kubectl} - KUBECTL_VERSION=${KUBECTL_VERSION:-v1.33.4} + KUBECTL_VERSION=${KUBECTL_VERSION:-v1.34.0} KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.6.0} KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.63.0} KUBEVIRT_USE_EMULATION=${KUBEVIRT_USE_EMULATION:-"false"} - CNAO_VERSION=${CNAO_VERSION:-v0.100.1} + CNAO_VERSION=${CNAO_VERSION:-v0.100.2} REGISTRY_NAME=${REGISTRY_NAME:-kind-registry} REGISTRY_PORT=${REGISTRY_PORT:-5001}