astefanutti commented on a change in pull request #2284:
URL: https://github.com/apache/camel-k/pull/2284#discussion_r649197433
##########
File path: config/manifests/bases/camel-k.clusterserviceversion.yaml
##########
@@ -151,6 +151,7 @@ spec:
minKubeVersion: 1.11.0
provider:
name: The Apache Software Foundation
+ replaces: camel-k-operator.v1.4.0
Review comment:
This is the base CSV, and is only used to generate the local OLM bundle.
It serves as the base for downstream versions, like
https://github.com/operator-framework/community-operators and product versions,
that have their own lineage. And that prevents developers from testing the
local OLM bundle:
https://github.com/apache/camel-k/issues/1923#issuecomment-763448469.
So based on this, I'd be inclined to leave it unset, and let downstream
bundles add it.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]