Skip to content

Commit

Permalink
feat: pin helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 6, 2024
1 parent b9c46bf commit 4b0c4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.11.1

- name: Add missing repositories
# https://github.com/helm/helm/issues/9903#issue-935152749
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.11.1

- name: Add missing repositories
# https://github.com/helm/helm/issues/9903#issue-935152749
Expand Down

0 comments on commit 4b0c4c4

Please sign in to comment.