Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 1f550f3

Browse files
authored
chore(e2e): bump helm v2 version used in e2e tests (#586)
1 parent 7861473 commit 1f550f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v2
3030
- uses: azure/setup-helm@v1
3131
with:
32-
version: v2.16.1
32+
version: v2.17.0
3333
if: matrix.helmVersion == 'V2'
3434
- name: configure helm v2
3535
run: |

0 commit comments

Comments
 (0)