| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| |
| schema_version: 1 |
| name: "sonataflow-operator-bundle" |
| description: "SonataFlow Operator Bundle" |
| version: 999.0.0-snapshot |
| from: "scratch" |
| |
| labels: |
| - name: maintainer |
| value: dev@kie.apache.org |
| - name: io.k8s.description |
| value: Operator Bundle for deploying OpenShift Serverless Logic Operator |
| - name: io.k8s.display-name |
| value: SonataFlow Operator Bundle |
| - name: io.openshift.tags |
| value: sonataflow,serverless,workflow,operator |
| - name: operators.operatorframework.io.bundle.mediatype.v1 |
| value: registry+v1 |
| - name: operators.operatorframework.io.bundle.manifests.v1 |
| value: manifests/ |
| - name: operators.operatorframework.io.bundle.metadata.v1 |
| value: metadata/ |
| - name: operators.operatorframework.io.bundle.package.v1 |
| value: sonataflow-operator |
| - name: operators.operatorframework.io.bundle.channels.v1 |
| value: "alpha" |
| - name: operators.operatorframework.io.bundle.channel.default.v1 |
| value: alpha |
| - name: operators.operatorframework.io.metrics.mediatype.v1 |
| value: metrics+v1 |
| - name: operators.operatorframework.io.metrics.builder |
| value: operator-sdk-v1.35.0 |
| - name: operators.operatorframework.io.metrics.project_layout |
| value: go.kubebuilder.io/v3 |
| - name: operators.operatorframework.io.test.config.v1 |
| value: tests/scorecard/ |
| - name: operators.operatorframework.io.test.mediatype.v1 |
| value: scorecard+v1 |
| - name: com.redhat.delivery.operator.bundle |
| value: "true" |
| - name: com.redhat.openshift.versions |
| value: v4.10 |
| |
| modules: |
| repositories: |
| - path: modules |
| install: |
| - name: org.apache.kie.sonataflow.bundle |