Skip to content

Commit

Permalink
Update deployment-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski authored Dec 20, 2024
1 parent c26c8d4 commit ee367d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deployment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ jobs:

- name: Deploy with Helm
run: |
helm upgrade --install template-repository-app ./helm/app --namespace ${{ secrets.OPENSHIFT_DEV_NAMESPACE }} --set image.tag=${{ needs.build_and_push.outputs.image_tag }}
helm upgrade --install template-repository ./helm/app \
--namespace ${{ secrets.OPENSHIFT_DEV_NAMESPACE }} \
--set app.image.repository=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} \
--set app.image.tag=${{ needs.build_and_push.outputs.image_tag }} \
--set postgresql.image.repository=postgres \
--set postgresql.image.tag=13
- name: Trigger OpenShift Rollout
run: |
Expand Down

0 comments on commit ee367d0

Please sign in to comment.