Skip to content

Commit

Permalink
Add step to update missing helm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Aug 30, 2024
1 parent 6413054 commit 1a0efbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
GCP_KMS_DECRYPTOR_KEY: ${{ secrets.GCP_KMS_DECRYPTOR_KEY }}

- name: Build helm dep
run: |
helm dependency update helm-charts/support
- name: Upgrade support chart
run: |
python3 deployer.py support --namespace=support

0 comments on commit 1a0efbc

Please sign in to comment.