Skip to content

Commit 2720782

Browse files
authoredApr 30, 2024··
build(deps): bump helm/kind-action from 1.9.0 to 1.10.0 (#2046)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd737be commit 2720782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish-helm-chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: lint
3939
uses: helm/chart-testing-action@v2.6.1
4040
- name: Setup Kubernetes cluster (KIND)
41-
uses: helm/kind-action@v1.9.0 # v1.5.0
41+
uses: helm/kind-action@v1.10.0 # v1.5.0
4242
with:
4343
version: ${{ env.KIND_VERSION }}
4444
node_image: ${{ env.KIND_IMAGE }}

0 commit comments

Comments
 (0)
Please sign in to comment.