This adds the step needed after building the new image to actually roll it out.
/cc @lucab
I think this is not required because the playbook step above should have already deployed the new version. But we can leave this in for now.
agree - I don't think it's required
rebased onto e70bfc2c68f108e2ff5e506015c5015f2df3772b
LGTM
Discussed this more offline. The DeploymentConfig has a ConfigChange trigger so should already have triggered a new rollout when updating it with the new image SHA.
Pull-Request has been merged by cverna
This adds the step needed after building the new image to actually roll
it out.