Skip to content

Commit

Permalink
Add Helm v3.12.2 installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Feb 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 79c36fe commit 4948929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -93,6 +93,8 @@ jobs:

- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.12.2

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

0 comments on commit 4948929

Please sign in to comment.