From e7dbec247b2b4fa4dc11c64f6cbce6cc2730d707 Mon Sep 17 00:00:00 2001 From: Christoph Deppisch Date: Tue, 9 Apr 2024 20:46:36 +0200 Subject: [PATCH] fix(#5341): Add IntegrationProfile to CSV --- .../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 72d77ff4c3..af4f2305b3 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