Skip to content

Commit 24ea8a5

Browse files
committed
ci: upgrade to helm/chart-testing-action@v2.1.0 and helm/kind-action@v1.2.0
This helps with timeouts when testing kubernetes 1.20 cluster.
1 parent 9f9d490 commit 24ea8a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/on-push-lint-charts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: 3.7
5151

5252
- name: Set up chart-testing
53-
uses: helm/chart-testing-action@v2.0.1
53+
uses: helm/chart-testing-action@v2.1.0
5454

5555
- name: Run chart-testing (list-changed)
5656
id: list-changed
@@ -65,7 +65,7 @@ jobs:
6565

6666
# Refer to https://github.com/kubernetes-sigs/kind/releases when updating the node_images
6767
- name: Create 1.20 kind cluster
68-
uses: helm/kind-action@v1.1.0
68+
uses: helm/kind-action@v1.2.0
6969
with:
7070
node_image: kindest/node:v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab
7171
cluster_name: kubernetes-1.20
@@ -75,7 +75,7 @@ jobs:
7575
run: ct install --config .ci/ct-config.yaml
7676

7777
- name: Create 1.19 kind cluster
78-
uses: helm/kind-action@v1.1.0
78+
uses: helm/kind-action@v1.2.0
7979
with:
8080
node_image: kindest/node:v1.19.7@sha256:a70639454e97a4b733f9d9b67e12c01f6b0297449d5b9cbbef87473458e26dca
8181
cluster_name: kubernetes-1.19
@@ -85,7 +85,7 @@ jobs:
8585
run: ct install --config .ci/ct-config.yaml
8686

8787
- name: Create 1.18 kind cluster
88-
uses: helm/kind-action@v1.1.0
88+
uses: helm/kind-action@v1.2.0
8989
with:
9090
node_image: kindest/node:v1.18.15@sha256:5c1b980c4d0e0e8e7eb9f36f7df525d079a96169c8a8f20d8bd108c0d0889cc4
9191
cluster_name: kubernetes-1.18

0 commit comments

Comments
 (0)