This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 715783012 fix(ci): OLM resources display name 715783012 is described below commit 715783012b49e1fc648d03a79b5e4c3c7e29d4be Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Fri Oct 6 16:16:00 2023 +0200 fix(ci): OLM resources display name Closes #4783 --- config/manifests/bases/camel-k.clusterserviceversion.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index 082c19e82..ed0a410a9 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -23,7 +23,7 @@ metadata: categories: Integration & Delivery certified: "false" containerImage: docker.io/apache/camel-k:2.1.0-SNAPSHOT - createdAt: 2023-09-12T13:09:09Z + createdAt: 2023-10-06T14:14:36Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.16.0 @@ -65,8 +65,18 @@ spec: version: v1 - description: Pipe is the Schema for the pipes API displayName: Pipe - kind: BindPipe + kind: Pipe name: pipes.camel.apache.org + version: v1 + - description: Kamelet is the Schema for the kamelets API + displayName: Kamelet + kind: Kamelet + name: kamelets.camel.apache.org + version: v1 + - description: KameletBinding is the Schema for the kameletbindings API + displayName: KameletBinding + kind: KameletBinding + name: kameletbindings.camel.apache.org version: v1alpha1 - description: Kamelet is the Schema for the kamelets API displayName: Kamelet