From dc5c68706fd3d4c843a6f6c7b9d714bb8e3b0629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:18:21 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.11.0 to 1.12.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-image-pr.yml | 2 +- .github/workflows/csi-test.yml | 2 +- .github/workflows/python-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image-pr.yml b/.github/workflows/build-image-pr.yml index 5c98277e..c15f7dd8 100644 --- a/.github/workflows/build-image-pr.yml +++ b/.github/workflows/build-image-pr.yml @@ -34,7 +34,7 @@ jobs: IMG_VERSION: ${{ steps.tags.outputs.tag }} run: make image/build - name: Start Kind Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: "kindest/node:v1.27.11" - name: Load Local Registry Test Image diff --git a/.github/workflows/csi-test.yml b/.github/workflows/csi-test.yml index cca5b6da..e6d81891 100644 --- a/.github/workflows/csi-test.yml +++ b/.github/workflows/csi-test.yml @@ -59,7 +59,7 @@ jobs: run: make image/build - name: Start KinD cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: "kindest/node:v1.27.11" diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 360a33bf..ee0907f1 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -135,7 +135,7 @@ jobs: IMG_VERSION: ${{ steps.tags.outputs.tag }} run: make image/build - name: Start Kind Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.kubernetes-version }} cluster_name: chart-testing-py-${{ matrix.python }}