From 546b0be0ca84ca3fae8ec6f47a42cc1c8040cac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:13:26 +0000 Subject: [PATCH] Bump helm/kind-action from 1.10.0 to 1.14.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.14.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.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] --- .github/workflows/admission.yml | 4 ++-- .github/workflows/helm-upgrade.yml | 2 +- .github/workflows/helm.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/admission.yml b/.github/workflows/admission.yml index 5d69e99..4d0d438 100644 --- a/.github/workflows/admission.yml +++ b/.github/workflows/admission.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.14.0 with: version: v0.23.0 node_image: kindest/node:v1.30.0 @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v4 - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.14.0 with: version: v0.23.0 node_image: kindest/node:v1.30.0 diff --git a/.github/workflows/helm-upgrade.yml b/.github/workflows/helm-upgrade.yml index aa7c522..016ce27 100644 --- a/.github/workflows/helm-upgrade.yml +++ b/.github/workflows/helm-upgrade.yml @@ -140,7 +140,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache,mode=max - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.14.0 with: cluster_name: section-upgrade version: v0.23.0 diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 15439cd..fd05dc9 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -101,7 +101,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache,mode=max - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.14.0 with: cluster_name: section-smoke version: v0.23.0