-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.14.z, 4.15.z, 4.16.z
-
None
-
OTA 263
-
1
-
False
-
-
Description of problem:
update-service-operator.v5.0.2 csv has `imagePullPolicy: Always` where others operators are using `imagePullPolicy: IfNotPresent` . I dont see the `imagePullPolicy: Always` suitable for production environments increasing the traffic of pulling the images of each time the update-service-operator.v5.0.2 pods are re-deploy
Version-Release number of selected component (if applicable):
update-service-operator.v5.0.2
How reproducible:
100%
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
I would expect in the production release to use imagePullPolicy: IfNotPresent or let kubelet define it.
Additional info: