diff --git a/.github/workflows/build-image-pr.yml b/.github/workflows/build-image-pr.yml index 5c98277e..c15f7dd8 100644 --- a/.github/workflows/build-image-pr.yml +++ b/.github/workflows/build-image-pr.yml @@ -34,7 +34,7 @@ jobs: IMG_VERSION: ${{ steps.tags.outputs.tag }} run: make image/build - name: Start Kind Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: "kindest/node:v1.27.11" - name: Load Local Registry Test Image diff --git a/.github/workflows/csi-test.yml b/.github/workflows/csi-test.yml index cca5b6da..e6d81891 100644 --- a/.github/workflows/csi-test.yml +++ b/.github/workflows/csi-test.yml @@ -59,7 +59,7 @@ jobs: run: make image/build - name: Start KinD cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: "kindest/node:v1.27.11" diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 360a33bf..ee0907f1 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -135,7 +135,7 @@ jobs: IMG_VERSION: ${{ steps.tags.outputs.tag }} run: make image/build - name: Start Kind Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.kubernetes-version }} cluster_name: chart-testing-py-${{ matrix.python }}