MarianMacik commented on issue #502:
URL: 
https://github.com/apache/incubator-kie-kogito-docs/issues/502#issuecomment-1767949353

   @gabriel-farache There are 2 options.
   What we are suggesting in the documentation is to replace the `<version>` 
placeholder with the major and minor version obtained from the image version, 
e.g. if the image version is 1.41.0, you just take major and minor, which is 
1.41. That will translate into 1.41.x in the URL. 1.41.x is our branch, from 
which every 1.41.x release is being made, so 1.41.0, 1.41.1 etc. This branch 
will have the latest 1.41.x release set as the image version. So if a newer 
version is released, that URL will have the image version updated to the latest 
1.41.x version.
   
   You found another possibility, not present in the documentation, which is to 
take the release tag, which have form of `v<version>` where `<version>` 
corresponds directly to the exact image version, e.g. 1.41.0, 1.41.1 etc. So if 
you take URL with `v1.44.1`, the image obtained from that operator.yaml will 
always have the exact same version, even if a 1.44.2 is released.
   
   I hope it is clearer now.


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