From 1e35ab2289fcf99ecc4419611e7505ba7b2b134d Mon Sep 17 00:00:00 2001 From: Anton Potapov <47938145+Flagro@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:16:39 +0100 Subject: [PATCH] Update helm command to use 'upgrade' instead of 'install' --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9e82399..799b74a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -67,7 +67,7 @@ jobs: ADMIN_EMAIL: ${{ secrets.ADMIN_EMAIL }} ADMIN_PASSWORD: ${{ secrets.ADMIN_PASSWORD }} run: | - helm install --help + helm upgrade --help helm upgrade --install phrinifluent ./helm \ --namespace phrinifluent \ --set backendDeployment.phrinifluentBackend.image.tag=${{ steps.latest_tag.outputs.tag }} \