diff --git a/.github/workflows/helm_charts_scalar.yml b/.github/workflows/helm_charts_scalar.yml index 6551f7a9..0b6de9e5 100644 --- a/.github/workflows/helm_charts_scalar.yml +++ b/.github/workflows/helm_charts_scalar.yml @@ -98,11 +98,11 @@ jobs: strategy: matrix: k8s: - - v1.27.16 - - v1.28.13 - - v1.29.8 - - v1.30.4 - - v1.31.0 + - v1.28.15 + - v1.29.12 + - v1.30.8 + - v1.31.4 + - v1.32.0 steps: - name: Checkout @@ -149,11 +149,11 @@ jobs: strategy: matrix: k8s: - - v1.27.16 - - v1.28.13 - - v1.29.8 - - v1.30.4 - - v1.31.0 + - v1.28.15 + - v1.29.12 + - v1.30.8 + - v1.31.4 + - v1.32.0 steps: - name: Checkout @@ -177,7 +177,7 @@ jobs: fi - name: Create kind ${{ matrix.k8s }} cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.11.0 with: config: .github/kind-cluster.yaml node_image: kindest/node:${{ matrix.k8s }}