Skip to content

Commit

Permalink
Update helm command to use 'upgrade' instead of 'install'
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 3, 2024
1 parent 3e2f3c6 commit 1e35ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down

0 comments on commit 1e35ab2

Please sign in to comment.