Skip to content

Commit

Permalink
fix(helm): Unpin old HELM version (DefectDojo#11363)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored and Paul Osinski committed Dec 23, 2024
1 parent e0d3d16 commit 0ac275e
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/setup-helm@v4.2.0

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

0 comments on commit 0ac275e

Please sign in to comment.