diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e63344fa..0ed6a2b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,21 +46,20 @@ jobs: strategy: matrix: k8s: - - v1.11.10 - v1.12.10 - v1.13.12 - - v1.14.9 - - v1.15.6 - - v1.16.3 - - v1.17.0 + - v1.14.10 + - v1.15.7 + - v1.16.4 + - v1.17.2 steps: - name: Checkout uses: actions/checkout@v1 - - name: Create kind cluster - uses: monotek/kind-action@kind070 + - name: Create kind ${{ matrix.k8s }} cluster + uses: helm/kind-action@master with: config: .github/kind-config.yaml - node-image: ${{ matrix.k8s }} + node_image: ${{ matrix.k8s }} - name: Run chart-testing (install) uses: helm/chart-testing-action@master with: