Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#5341): Add IntegrationProfile to CSV #5342

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading