From 1a920926db68535424e927935dfda635d43d6a15 Mon Sep 17 00:00:00 2001 From: f-w Date: Sun, 21 Mar 2021 17:07:23 -0700 Subject: [PATCH] force rollout deployments --- .github/workflows/buildTestPublishContainerDeploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildTestPublishContainerDeploy.yml b/.github/workflows/buildTestPublishContainerDeploy.yml index c1143f41b..cdd18ebde 100644 --- a/.github/workflows/buildTestPublishContainerDeploy.yml +++ b/.github/workflows/buildTestPublishContainerDeploy.yml @@ -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