From 5dd8d2b98291aea3b70ef68aed5a03495c8ecb7c Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 5 Dec 2023 14:41:13 -0800 Subject: [PATCH] Adjust deployment --- .github/workflows/.deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/.deploy.yml b/.github/workflows/.deploy.yml index 23cf5de78..3b48442be 100644 --- a/.github/workflows/.deploy.yml +++ b/.github/workflows/.deploy.yml @@ -122,9 +122,6 @@ jobs: # Deploy Helm Chart helm dependency update - helm package --app-version="${{ env.package_tag }}" --version=${{ inputs.tag }} . - - # Deploy Helm Chart helm upgrade \ --set global.autoscaling=${{ inputs.autoscaling }} \ --set-string global.repository=${{ github.repository }} \ @@ -134,8 +131,7 @@ jobs: --set-string global.vault.role=${{ inputs.vault_role }} \ --install --wait --atomic ${{ github.event.repository.name }}-${{ inputs.tag }} \ --timeout ${{ inputs.timeout-minutes }}m --force \ - --values ${{ inputs.values }} ${{ inputs.params }} \ - ./${{ github.event.repository.name }}-${{ inputs.tag }}.tgz + --values ${{ inputs.values }} ${{ inputs.params }} . # print history helm history ${{ env.repo_release }}