Bump helm/kind-action from 1.9.0 to 1.14.0 (#810)

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.14.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.9.0...v1.14.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-27 14:56:27 +00:00
committed by GitHub
parent bd9fc402e5
commit 5d4c0438c2
+4 -4
View File
@@ -169,7 +169,7 @@ jobs:
version: ${{ env.CHART_TESTING_VERSION }} version: ${{ env.CHART_TESTING_VERSION }}
- name: Create kind ${{ matrix.k8s }} cluster - name: Create kind ${{ matrix.k8s }} cluster
uses: helm/kind-action@v1.9.0 uses: helm/kind-action@v1.14.0
# Only build a kind cluster if there are chart changes to test. # Only build a kind cluster if there are chart changes to test.
with: with:
version: ${{ env.KIND_VERSION }} version: ${{ env.KIND_VERSION }}
@@ -255,7 +255,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
- name: Create kind cluster - name: Create kind cluster
uses: helm/kind-action@v1.9.0 uses: helm/kind-action@v1.14.0
# Only build a kind cluster if there are chart changes to test. # Only build a kind cluster if there are chart changes to test.
with: with:
version: ${{ env.KIND_VERSION }} version: ${{ env.KIND_VERSION }}
@@ -310,7 +310,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
- name: Create kind cluster - name: Create kind cluster
uses: helm/kind-action@v1.9.0 uses: helm/kind-action@v1.14.0
# Only build a kind cluster if there are chart changes to test. # Only build a kind cluster if there are chart changes to test.
with: with:
version: ${{ env.KIND_VERSION }} version: ${{ env.KIND_VERSION }}
@@ -356,7 +356,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
- name: Create kind cluster - name: Create kind cluster
uses: helm/kind-action@v1.9.0 uses: helm/kind-action@v1.14.0
# Only build a kind cluster if there are chart changes to test. # Only build a kind cluster if there are chart changes to test.
with: with:
version: ${{ env.KIND_VERSION }} version: ${{ env.KIND_VERSION }}