Skip to content

Commit

Permalink
Merge pull request #270 from klihub/fixes/use-setup-helm-v4.0.0
Browse files Browse the repository at this point in the history
.github: use azure/setup-helm@v4.0.0.
  • Loading branch information
marquiz authored Feb 14, 2024
2 parents a3f05f7 + e895818 commit fda3d80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v4.0.0

- name: Package Helm charts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v4.0.0

- name: Run chart publisher script
run: ./scripts/build/helm-publisher.sh ${{ join(github.event.release.assets.*.browser_download_url, ' ') }}
Expand Down

0 comments on commit fda3d80

Please sign in to comment.