Skip to content

Commit 99408df

Browse files
committed
Merge branch 'main' of github.com:redhat-openshift-ecosystem/operator-pipelines-test
2 parents e89d752 + ed4455b commit 99408df

11 files changed

+2542
-1
lines changed

config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# The catalog for intended distribution.
3+
# Can be either "certified-operators" or "redhat-marketplace".
4+
organization: certified-operators
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
FROM scratch
2+
3+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
4+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
5+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
6+
LABEL operators.operatorframework.io.bundle.package.v1=kogito-operator
7+
LABEL operators.operatorframework.io.bundle.channels.v1=alpha,1.x
8+
LABEL operators.operatorframework.io.bundle.channel.default.v1=1.x
9+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.2.0
10+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
11+
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v2
12+
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
13+
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
14+
15+
COPY manifests /manifests/
16+
COPY metadata /metadata/
17+
COPY tests/scorecard /tests/scorecard/

operators/kogito-operator/1.6.1-ok/manifests/app.kiegroup.org_kogitobuilds.yaml

Lines changed: 354 additions & 0 deletions
Large diffs are not rendered by default.

operators/kogito-operator/1.6.1-ok/manifests/app.kiegroup.org_kogitoinfras.yaml

Lines changed: 348 additions & 0 deletions
Large diffs are not rendered by default.

operators/kogito-operator/1.6.1-ok/manifests/app.kiegroup.org_kogitoruntimes.yaml

Lines changed: 593 additions & 0 deletions
Large diffs are not rendered by default.

operators/kogito-operator/1.6.1-ok/manifests/app.kiegroup.org_kogitosupportingservices.yaml

Lines changed: 601 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
apiVersion: v1
3+
kind: ServiceAccount
4+
metadata:
5+
creationTimestamp: null
6+
name: kogito-operator-controller-manager

0 commit comments

Comments
 (0)