Skip to content

Commit

Permalink
chore(CI/CD): Bump helm to v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Oct 10, 2024
1 parent c52752c commit f677a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.14.2
version: v3.16.2

- name: Install STUNner
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.14.2
version: v3.16.2

- name: Install STUNner
run: |
Expand Down

0 comments on commit f677a94

Please sign in to comment.