From a9250be1e92449d30ab0b529ed53ac8934e4e38c Mon Sep 17 00:00:00 2001 From: Kalyana Vadlamani Date: Tue, 9 Apr 2024 10:14:33 +0100 Subject: [PATCH] HEAT-227: Updated pipeline --- .github/actions/cloud-platform-deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cloud-platform-deploy/action.yml b/.github/actions/cloud-platform-deploy/action.yml index d88bb53..c47916a 100644 --- a/.github/actions/cloud-platform-deploy/action.yml +++ b/.github/actions/cloud-platform-deploy/action.yml @@ -55,7 +55,7 @@ runs: yq -i ".appVersion = \"${{ inputs.version }}\"" "helm_deploy/${{ github.event.repository.name }}/Chart.yaml" # helm dependency update . helm dependency update "helm_deploy/${{ github.event.repository.name }}" - exec helm upgrade '${{ github.event.repository.name }}' '${{ github.event.repository.name }}/${{ github.event.repository.name }}' \ + exec helm upgrade '${{ github.event.repository.name }}' 'helm_deploy/${{ github.event.repository.name }}' \ --atomic \ --history-max 10 \ --force \