Skip to content

Commit fe3cb0a

Browse files
authored
Fix helm not found in CI pipeline (#8281)
1 parent 2521fd0 commit fe3cb0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-helm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
username: ${{ secrets.DOCKER_USERNAME }}
8585
password: ${{ secrets.DOCKER_PASSWORD }}
8686

87+
- name: Setup Helm
88+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
89+
with:
90+
version: 'v3.18.6'
91+
8792
- name: Package
8893
id: package
8994
run: |

0 commit comments

Comments
 (0)