Skip to content

Commit

Permalink
fix: corrected helm version according to PR
Browse files Browse the repository at this point in the history
Signed-off-by: Bilal <[email protected]>
  • Loading branch information
byhlel committed Sep 23, 2024
1 parent 631550e commit 477f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: '3.9.0'
version: '3.12.3'
token: ${{ secrets.GH_PAT }}

- name: Build and Push the Helm Charts to GitHub Container Registry
Expand Down

0 comments on commit 477f674

Please sign in to comment.