diff --git a/.github/workflows/on-push-lint-charts.yml b/.github/workflows/on-push-lint-charts.yml index 9e00e4a..1d16cf6 100644 --- a/.github/workflows/on-push-lint-charts.yml +++ b/.github/workflows/on-push-lint-charts.yml @@ -60,7 +60,7 @@ jobs: # Refer to https://github.com/kubernetes-sigs/kind/releases when updating the node_images - name: Create 1.20 kind cluster - uses: helm/kind-action@v1.1.0 + uses: helm/kind-action@v1.2.0 with: node_image: kindest/node:v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab cluster_name: kubernetes-1.20 @@ -70,7 +70,7 @@ jobs: run: ct install --config .ci/ct-config.yaml - name: Create 1.19 kind cluster - uses: helm/kind-action@v1.1.0 + uses: helm/kind-action@v1.2.0 with: node_image: kindest/node:v1.19.7@sha256:a70639454e97a4b733f9d9b67e12c01f6b0297449d5b9cbbef87473458e26dca cluster_name: kubernetes-1.19 @@ -80,7 +80,7 @@ jobs: run: ct install --config .ci/ct-config.yaml - name: Create 1.18 kind cluster - uses: helm/kind-action@v1.1.0 + uses: helm/kind-action@v1.2.0 with: node_image: kindest/node:v1.18.15@sha256:5c1b980c4d0e0e8e7eb9f36f7df525d079a96169c8a8f20d8bd108c0d0889cc4 cluster_name: kubernetes-1.18