From eae34744a03422e0a9b1c012e446e432b8becfa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:06:49 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.25.0 --- .../install-integration-tests-operators-installer.yaml | 2 +- .github/workflows/install-unit-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-integration-tests-operators-installer.yaml b/.github/workflows/install-integration-tests-operators-installer.yaml index 35ea5356..5456cda0 100644 --- a/.github/workflows/install-integration-tests-operators-installer.yaml +++ b/.github/workflows/install-integration-tests-operators-installer.yaml @@ -28,7 +28,7 @@ jobs: # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.4 # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.23.0 + KIND_VERSION: v0.25.0 # renovate: datasource=github-releases depName=operator-framework/operator-lifecycle-manager OLM_VERSION: v0.28.0 steps: diff --git a/.github/workflows/install-unit-test.yaml b/.github/workflows/install-unit-test.yaml index 5677153b..b694b006 100644 --- a/.github/workflows/install-unit-test.yaml +++ b/.github/workflows/install-unit-test.yaml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.4 # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.23.0 + KIND_VERSION: v0.25.0 # renovate: datasource=github-releases depName=operator-framework/operator-lifecycle-manager OLM_VERSION: v0.28.0 steps: