Hi Camila Macedo after some further thought around the requirement `What is the requirement: Ensure that the latest image of Service will be always used by` and recalling discussion about using a floating tag in the services by Wei Li i think we are required to use imagePullPolicy `Always` so that the latest version gets pulled in. I thought that it wouldn't make a difference as a redeploy happens when we change to a new image so it would be pulled anyway as that image wouldn't be there but based on the floating images I now think we do need to use `Always`. Unfortunately it doesn't solve the development issue because there is now equivelant to `oc rollout --latest` in a kubernetes deployment so we need to delete the operator and re create it in order to pull a new image which has the same tag. cc David Ffrench |