From f21e5bf2fdb1b58dc7a53e581c7f34d0fbf96a51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 02:45:12 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.27.0 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f16db9330..0977bb903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: with: cluster_name: kind-1 # renovate: depName=kubernetes-sigs/kind datasource=github-releases - version: v0.26.0 + version: v0.27.0 config: test/kind-config.yaml - name: kind-1 - Create metallb-system namespace run: kubectl create namespace metallb-system --dry-run=client -oyaml | kubectl apply -f - @@ -150,7 +150,7 @@ jobs: with: cluster_name: kind-2 # renovate: depName=kubernetes-sigs/kind datasource=github-releases - version: v0.26.0 + version: v0.27.0 config: test/kind-config.yaml - name: kind-2 - Install allow-all network policies on system namespaces env: