This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.4.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 146eefcf1416eeb8418a19fb9db6eafc0dc74ca4 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Wed May 12 17:05:30 2021 +0200 fix(olm): Update CSV base template --- config/manifests/bases/camel-k.clusterserviceversion.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index e3ee705..c189d4f 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -22,15 +22,15 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery certified: "false" - containerImage: docker.io/apache/camel-k:1.3.0-SNAPSHOT + containerImage: docker.io/apache/camel-k:1.4.1-SNAPSHOT createdAt: 2021-04-07T08:20:51Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. - operators.operatorframework.io/builder: operator-sdk-v1.0.1 + operators.operatorframework.io/builder: operator-sdk-v1.3.0 operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]' operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 repository: https://github.com/apache/camel-k support: Camel - name: camel-k.v1.3.0 + name: camel-k.v1.4.1 namespace: placeholder spec: apiservicedefinitions: {}