-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.16
Description of problem:
When the ImageStreamTag is updated, the pod does not reflect the new image automatically for Deployments created via the OpenShift Console.
Version-Release number of selected component (if applicable):
Red Had Openshift Container Platform
Steps to Reproduce:
1. Create a Deployment via OpenShift console and check that the trigger annotation has a `paused` field as string (e.g., `"paused":"false"`) instead of a boolean value (e.g., `"paused":false`) 2. Make changes on the ImageStreamTag
Actual results:
No changes on the deployment or new Pods created.
Expected results:
The deployment should have the new changes of the ImageStreamTag.