Skip to content

Always pull images on openshift.

Michael Hofmann requested to merge mh21/schedule-bot:always-pull into master

If a merge request tag like :mr-123 is used, imagePullPolicy defaults to IfNotPresent which causes stale images and prevents iterative debugging.

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Merge request reports