Skip to content

Commit

Permalink
Update on-push-lint-charts.yml
Browse files Browse the repository at this point in the history
change uses: helm/[email protected] to 1.2.0
  • Loading branch information
samdulam authored Sep 27, 2021
1 parent 41f944d commit a158f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push-lint-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a158f55

Please sign in to comment.