diff --git a/.github/workflows/test_chart.yaml b/.github/workflows/test_chart.yaml index 91dc7cbb..7af71e99 100644 --- a/.github/workflows/test_chart.yaml +++ b/.github/workflows/test_chart.yaml @@ -56,7 +56,7 @@ jobs: run: ct lint --validate-maintainers=false --charts out/charts/rancher-turtles/ - name: Create kind cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 with: cluster_name: kind node_image: kindest/node:v1.30.3