Skip to content

Commit 4948929

Browse files
committed
Add Helm v3.12.2 installation step
1 parent 79c36fe commit 4948929

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393

9494
- name: Install Helm
9595
uses: azure/setup-helm@v1
96+
with:
97+
version: v3.12.2
9698

9799
- name: Deploy to Kubernetes [PRODUCTION ENVIRONMENT]
98100
run: ./deploy.sh ${{ inputs.image_tag }} ${{ inputs.debug}}

0 commit comments

Comments
 (0)