-
Bug
-
Resolution: Done
-
Major
-
1.2.0.Final
-
None
-
False
-
False
-
Undefined
-
Workaround Exists
-
- Delete the KogitoRuntime
- Create the KogitoRuntime with the updated image
-
- Create a KogitoRuntime with an image in the spec
- Update the image in the spec of the KogitoRuntime with a different image
-
---
-
---
-
If I update the image field in the spec of a KogitoRuntime, my expectation is that the corresponding Deployment would be updated to use this image. This does not happen. I have to delete and then re-create the KogitoRuntime for the updated image to be used in the Deployment.
As an example:
apiVersion: app.kiegroup.org/v1beta1 kind: KogitoRuntime metadata: name: update-decision spec: image: quay.io/ruben/baaas-decision-builds:baaas-1-update-decision-1
If I change the above KogitoRuntime to the following:
apiVersion: app.kiegroup.org/v1beta1 kind: KogitoRuntime metadata: name: update-decision spec: image: quay.io/ruben/baaas-decision-builds:baaas-1-update-decision-2
My expectation is that the corresponding Deployment would be updated to use my new Image.