This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 0bf88fc fix(OLM): Add missing internal-objects annotation to Kustomize base CSV manifest 0bf88fc is described below commit 0bf88fce471c1eb2a4346c9582400c7d0696d7e8 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Tue Feb 2 11:51:01 2021 +0100 fix(OLM): Add missing internal-objects annotation to Kustomize base CSV manifest --- config/manifests/bases/camel-k.clusterserviceversion.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index 0f2fb6b..999a943 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -24,6 +24,7 @@ metadata: certified: "false" description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.0.1 + operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]' operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 support: Camel name: camel-k.v1.3.0