Skip to content

Commit

Permalink
fix(helm): Unpin old HELM version (#11363)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Dec 15, 2024
1 parent d7dff9e commit 50af85d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-x-manual-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
git config --global user.name "${{ env.GIT_USERNAME }}"
git config --global user.email "${{ env.GIT_EMAIL }}"
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.4.0
- name: Set up Helm
uses: azure/[email protected]

- name: Configure HELM repos
run: |-
Expand Down

0 comments on commit 50af85d

Please sign in to comment.