Skip to content

Commit 262cd77

Browse files
Frederic SpiersixxeL2097
authored andcommitted
fix(ci): pin helm v3 version to avoid plugin issues with helm v4
1 parent 376eaff commit 262cd77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Setup Helm
1919
uses: Azure/setup-helm@v4.3.1
20+
with:
21+
version: 'v3.19.2'
2022

2123
- name: Checkout pull request branch
2224
uses: actions/checkout@v5.0.0
@@ -151,6 +153,8 @@ jobs:
151153
runs-on: ubuntu-latest
152154
steps:
153155
- uses: azure/setup-helm@v4.3.1
156+
with:
157+
version: 'v3.19.2'
154158

155159
- name: Checkout pull request branch
156160
uses: actions/checkout@v5.0.0
@@ -160,7 +164,7 @@ jobs:
160164
fetch-depth: 0
161165

162166
- name: Set up chart-testing-action
163-
uses: helm/chart-testing-action@v2.7.0
167+
uses: helm/chart-testing-action@v2.8.0
164168

165169
- name: Get changed charts
166170
id: list-changed

0 commit comments

Comments
 (0)