domhanak opened a new issue, #486:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/486

   ### Describe the bug
   
   Problem seems to be rooted in SFCP not using  values from:
   ConfigMap of operator -> controllers_cfg.yaml
   and just use the default builder configmap dockerfile.
   
   ### Expected behavior
   
   SFCP workflows use the builder image from controllers-config ConfigMap of 
operator -> controllers_cfg.yaml
   
   ### Actual behavior
   
   SFCP workflows use the builder image from builder configmap
   
   ### How to Reproduce?
   
   1.     Deploy SFP with JS and DI postgresql ephemeral
   2.     Deploy SFCP in separate namespace and reference above SFP
   3.     Create new SF-Greeting in the SFCP NS
   4.     Check log of the build ->It will use <builder-image>:latest
   5.     Create new SF-Greeting-2 in SFP NS
   6.     Check log of the build -> it will use <budilder-image>:1.33.0
   7.     Inspect NS where operator is runnning, find configmap of builder
   8.     You can see there is a FROM <builder_image>:latest
   9.     Change this line to some other image
   10.     Repeat from point, but just restart the builds of the SF CR's
   
   ### Output of `uname -a` or `ver`
   
   _No response_
   
   ### Golang version
   
   _No response_
   
   ### Operator-sdk version
   
   _No response_
   
   ### SonataFlow Operator version or git rev
   
   _No response_
   
   ### Additional information
   
   _No response_


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