From 1a0efbc43319bbed8904411d8c313d8296de757f Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Fri, 30 Aug 2024 17:20:25 +0300 Subject: [PATCH] Add step to update missing helm dep --- .github/workflows/deploy-support.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-support.yaml b/.github/workflows/deploy-support.yaml index 477fd18..7d83b9f 100644 --- a/.github/workflows/deploy-support.yaml +++ b/.github/workflows/deploy-support.yaml @@ -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