Skip to content

Commit

Permalink
chore: use latest helm in setup-helm action
Browse files Browse the repository at this point in the history
By default the azure/setup-helm uses the latest stable helm release.

See https://github.com/Azure/setup-helm?tab=readme-ov-file#example
  • Loading branch information
rriski committed Jan 16, 2025
1 parent c079b91 commit e49a9eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.14.4

- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.14.4

- name: Helm Chart Releaser
uses: helm/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.14.4

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e49a9eb

Please sign in to comment.