From 9a686854105babf9adafb23936d09a3730da65d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:05:47 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.33.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index 092d7cd..c121b4d 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -32,7 +32,7 @@ on: # set up environment variables to be used across all the jobs env: - KIND_VERSION: "v0.32.0" + KIND_VERSION: "v0.33.0" K8S_VERSION: "v1.36.1" REGISTRY: "ghcr.io/${{ github.repository_owner }}/postgresql-trunk"