From 965a6aae9085f30aebab1c052c2e766ddb15cc2c Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Fri, 8 Nov 2024 21:10:41 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.25.0 Signed-off-by: redhat-renovate-bot --- .github/workflows/integration.yml | 2 +- hack/e2e-setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 251f1f7..9f3e6ec 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -134,7 +134,7 @@ jobs: if: inputs.ansible_test_targets != '' uses: helm/kind-action@v1.10.0 with: - version: v0.24.0 + version: v0.25.0 install_only: true - name: Deploy kubevirt diff --git a/hack/e2e-setup.sh b/hack/e2e-setup.sh index 1106046..e8f470e 100755 --- a/hack/e2e-setup.sh +++ b/hack/e2e-setup.sh @@ -23,7 +23,7 @@ set_default_params() { BIN_DIR=${BIN_DIR:-$DIR/../bin} KIND=${KIND:-$BIN_DIR/kind} - KIND_VERSION=${KIND_VERSION:-v0.24.0} + KIND_VERSION=${KIND_VERSION:-v0.25.0} KUBECTL=${KUBECTL:-$BIN_DIR/kubectl} KUBECTL_VERSION=${KUBECTL_VERSION:-v1.31.2}