camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Don't build an IntegrationKit on upgrade with same runtime version

Open squakez opened this issue 1 year ago • 0 comments

When we upgrade from one operator version to another and after the user execute a rebuild (ie, kamel rebuild) a new IntegrationKit is created, likely because we consider the new operator version. This happens also when we don't change the default runtime version. I think we can avoid to build a new IntegrationKit at all, however, the problem is that, even building the new IntegrationKit, then, this is not picked by the new Integration run (which uses the previous one). Probably this is happening because we don't check the operator version when looking up for kits, but only the runtime version.

squakez avatar May 16 '24 10:05 squakez