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 }}