From bace1afd7c84fb923841cc29b64ef23caafe9824 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 21:53:55 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.30.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ba56b7bd1..d422c41e81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ env: # renovate: datasource=github-releases depName=kubernetes/kubernetes KUBECTL_VERSION: "v1.33.4" # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_BINARY_VERSION: "v0.29.0" + KIND_BINARY_VERSION: "v0.30.0" # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: "v3.18.6" # renovate: datasource=github-releases depName=helm-unittest/helm-unittest