From 56eab5e09e764b9f8c202ca82a2eb7ba2066d711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 08:03:44 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.12.0 to 1.13.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-helm.yml | 2 +- .github/workflows/ci-helm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-helm.yml b/.github/workflows/cd-helm.yml index 26b7f4315cd0..e271277378e5 100644 --- a/.github/workflows/cd-helm.yml +++ b/.github/workflows/cd-helm.yml @@ -34,7 +34,7 @@ jobs: with: version: v3.12.1 - uses: helm/chart-testing-action@v2.7.0 - - uses: helm/kind-action@v1.12.0 + - uses: helm/kind-action@v1.13.0 with: node_image: kindest/node:v1.32.0 - run: ct install --target-branch ${{ github.event.repository.default_branch }} diff --git a/.github/workflows/ci-helm.yml b/.github/workflows/ci-helm.yml index 6b2116be32e0..050ee1133353 100644 --- a/.github/workflows/ci-helm.yml +++ b/.github/workflows/ci-helm.yml @@ -45,7 +45,7 @@ jobs: run: ct lint --config=.ct.yml --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false - name: Set up Kind if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 with: node_image: kindest/node:v1.32.0 - name: Install Chart