From 323701d432fcaf5a21f04fcbffe2c705077138c6 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 13 Jan 2023 12:38:56 -0800 Subject: [PATCH] add gha upgrade helmchart --- .github/workflows/deploy-gamma.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-gamma.yml b/.github/workflows/deploy-gamma.yml index d46142707..b72f87a61 100644 --- a/.github/workflows/deploy-gamma.yml +++ b/.github/workflows/deploy-gamma.yml @@ -29,10 +29,11 @@ jobs: run: kubectl config set-context --current --namespace=gamma - name: test kubectl run: kubectl get ingress - - name: Write helm values to file + - name: Download helm values to file and upgrade gamma deploy run: | wget https://raw.githubusercontent.com/Infisical/infisical/main/.github/values.yaml - cat values.yaml + helm upgrade infisical infisical-helm-charts/infisical --values values.yaml --recreate-pods + \ No newline at end of file