chore(deps): update dependency kubernetes-sigs/kind to v0.25.0

Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
This commit is contained in:
redhat-renovate-bot
2024-11-08 21:10:41 +00:00
parent 9ceefcd191
commit 965a6aae90
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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}