Skip to content

Commit

Permalink
force rollout deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Mar 22, 2021
1 parent fb0d613 commit 1a92092
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildTestPublishContainerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ jobs:
run: |
export notifyBCContainerTag=`cat notifyBCContainerTag.txt`
helm upgrade -f helm/platform-specific/openshift.yaml \
-f .github/values.ocp4.dev.yaml --set image.tag="$notifyBCContainerTag" `helm ls -q` helm
-f .github/values.ocp4.dev.yaml --set \
image.tag="$notifyBCContainerTag" `helm ls -q` helm
oc get deployment -o name | xargs oc rollout restart

0 comments on commit 1a92092

Please sign in to comment.