Skip to content

Commit

Permalink
Adjust deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 5, 2023
1 parent e6eef5e commit 5dd8d2b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand All @@ -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 }}
Expand Down

0 comments on commit 5dd8d2b

Please sign in to comment.