diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3322bbe..c0f9265 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -39,10 +39,8 @@ jobs: - name: Run chart-testing (lint) run: ct lint --config .github/ct.yaml - - name: Create k3d cluster - uses: nolar/setup-k3d-k3s@v1 - with: - version: "v${{ env.K8S_VERSION }}" + - name: Create k8s Kind Cluster + uses: helm/kind-action@v1.4.0 if: steps.list-changed.outputs.changed == 'true' - name: Remove node taints