Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed May 30, 2024
1 parent aee3e1f commit d4ee37f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:

- name: Update the version in OpenShift
run: |
helm upgrade prd-drivebc-cache -f ./helm/values-prd.yaml ./helm --set image.tag="${{ needs.build-pre.outputs.tag }}" --set cronjobs.tag="${{ github.sha }}"
helm upgrade prd-drivebc-cache -f ./helm/values-prd.yaml ./helm --set image.tag="${{ needs.build-pre.outputs.tag }}" --set cronjobs.tag="${{ needs.build-pre.outputs.tag }}"
2 changes: 1 addition & 1 deletion .github/workflows/deployStg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:

- name: Update the version in OpenShift
run: |
helm upgrade stg-drivebc-cache -f ./helm/values-stg.yaml ./helm --set image.tag="${{ needs.build-pre.outputs.tag }}" --set cronjobs.tag="${{ github.sha }}"
helm upgrade stg-drivebc-cache -f ./helm/values-stg.yaml ./helm --set image.tag="${{ needs.build-pre.outputs.tag }}" --set cronjobs.tag="${{ needs.build-pre.outputs.tag }}"
4 changes: 2 additions & 2 deletions .github/workflows/deployTst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
context: .
layers: true
image: drivebc.ca-caching-openshiftjobs
tags: latest latest-dev ${{ github.sha }}
tags: latest latest-tst ${{ github.sha }} ${{ needs.build-pre.outputs.tag }}
labels: |
app=drivebc
containerfiles: ./compose/openshiftjobs/DockerFile
Expand Down Expand Up @@ -122,5 +122,5 @@ jobs:

- name: Update the version in OpenShift
run: |
helm upgrade tst-drivebc-cache -f ./helm/values-tst.yaml ./helm --set image.tag="${{ needs.build-pre.outputs.tag }}" --set cronjobs.tag="${{ github.sha }}"
helm upgrade tst-drivebc-cache -f ./helm/values-tst.yaml ./helm --set image.tag="${{ needs.build-pre.outputs.tag }}" --set cronjobs.tag="${{ needs.build-pre.outputs.tag }}"

0 comments on commit d4ee37f

Please sign in to comment.