From 9b3833da75029046fd5311909137ba363728b9c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 11:12:02 +0700 Subject: [PATCH] Update helm/kind-action action to v1.10.0 (#166) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/chart-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint.yml b/.github/workflows/chart-lint.yml index af101ae..50abeb0 100644 --- a/.github/workflows/chart-lint.yml +++ b/.github/workflows/chart-lint.yml @@ -120,7 +120,7 @@ jobs: Creating KinD cluster ${{ matrix.kubectl_version }} ...
- name: Create KinD cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 with: kubectl_version: ${{ matrix.k8s_version }} node_image: kindest/node:${{ matrix.k8s_version }}