Skip to content

Commit 146b606

Browse files
chore(ci): add step helm setup (#944)
Fix PR #940, ubuntu 22 has the same helm version, 3.17.3 as ubuntu 24 Pin helm version to 3.17.2 --------- Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent 504d29e commit 146b606

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dev_validation.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ jobs:
137137
with:
138138
version: 3.37.2
139139

140+
- uses: azure/setup-helm@v4.3.0
141+
with:
142+
version: v3.17.2
143+
id: install
144+
140145
- uses: actions/checkout@v4
141146

142147
- name: Run validation "Helm templates"

0 commit comments

Comments
 (0)