ricardozanini commented on code in PR #416:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/416#discussion_r1515075777


##########
controllers/platform/services/services.go:
##########
@@ -265,6 +269,9 @@ func (j JobServiceHandler) GetContainerName() string {
 }
 
 func (j JobServiceHandler) GetServiceImageName(persistenceName string) string {
+       if len(cfg.GetCfg().JobsServiceImageTag) > 0 {
+               return cfg.GetCfg().JobsServiceImageTag

Review Comment:
   Oh yeah, I forgot about that, I'll add two more configuration options there 
to solve this.
   Thank you!



-- 
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]

Reply via email to