Commit
32f53e3f9c14453eac202de616c4d9e2590fd0b1
by Clayton ColemanImage policy is resolving images on replica sets by default
Even when local names are not requested, the image policy plugin is
deciding to rewrite image references in replica sets that point to the
integrated registry (with tags) to use digests. This causes the
deployment controller that created them to get wedged (because it
detects a change to the template) and become unable to update status on
that replica set.
https://bugzilla.redhat.com/show_bug.cgi?id=1481801
(commit: 32f53e3)