This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-2.3.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.3.x by this push: new 980eae620 fix(#5341): Add IntegrationProfile to CSV 980eae620 is described below commit 980eae620a01ba6e83a64ae795708573781b4ef7 Author: Christoph Deppisch <cdeppi...@redhat.com> AuthorDate: Tue Apr 9 20:46:36 2024 +0200 fix(#5341): Add IntegrationProfile to CSV (cherry picked from commit c5ca3d43b49de8f237a4d527ec106320e95a798a) --- .../config/manifests/bases/camel-k.clusterserviceversion.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml index 013e11f4f..9ec7ff478 100644 --- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -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