This is an automated email from the ASF dual-hosted git repository.

cdeppisch 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 c5ca3d43b fix(#5341): Add IntegrationProfile to CSV
c5ca3d43b is described below

commit c5ca3d43b49de8f237a4d527ec106320e95a798a
Author: Christoph Deppisch <cdeppi...@redhat.com>
AuthorDate: Tue Apr 9 20:46:36 2024 +0200

    fix(#5341): Add IntegrationProfile to CSV
---
 .../config/manifests/bases/camel-k.clusterserviceversion.yaml      | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 72d77ff4c..af4f2305b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -23,7 +23,7 @@ metadata:
     categories: Integration & Delivery
     certified: "false"
     containerImage: docker.io/apache/camel-k:2.4.0-SNAPSHOT
-    createdAt: 2024-04-09T09:51:41Z
+    createdAt: 2024-04-09T18:29:41Z
     description: Apache Camel K is a lightweight integration platform, born on 
Kubernetes,
       with serverless superpowers.
     operators.operatorframework.io/builder: operator-sdk-v1.16.0
@@ -58,6 +58,11 @@ spec:
       kind: IntegrationPlatform
       name: integrationplatforms.camel.apache.org
       version: v1
+    - description: IntegrationProfile is the Schema for the 
integrationprofiles API
+      displayName: Integration Profile
+      kind: IntegrationProfile
+      name: integrationprofiles.camel.apache.org
+      version: v1
     - description: Integration is the Schema for the integrations API
       displayName: Integration
       kind: Integration

Reply via email to