ricardozanini commented on code in PR #362:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/362#discussion_r1467671210
##########
controllers/profiles/common/object_creators.go:
##########
@@ -147,7 +147,6 @@ func defaultContainer(workflow *operatorapi.SonataFlow)
(*corev1.Container, erro
FailureThreshold: healthStartedFailureThreshold,
PeriodSeconds: healthStartedPeriodSeconds,
},
- ImagePullPolicy: corev1.PullAlways,
Review Comment:
We are, the mutator that applies the image to the deployment and also
verifies if an external image has the latest tag or not. So it depends on the
user to set `latest` or an actual tag version to their image.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]