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

[9.99.x-prod] update bundle.osl files #8

Merged
Merged
Show file tree
Hide file tree
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 @@ -6,7 +6,7 @@ data:
AS builder\n\n# variables that can be overridden by the builder\n# To add a Quarkus
extension to your application\nARG QUARKUS_EXTENSIONS\n# Args to pass to the Quarkus
CLI add extension command\nARG QUARKUS_ADD_EXTENSION_ARGS\n \n# Copy from build
context to skeleton resources project\nCOPY --chmod=644 * ./resources/\n\nRUN
context to skeleton resources project\nCOPY --chown=1001 . ./resources\n\nRUN
/home/kogito/launch/build-app.sh ./resources\n \n#=============================\n#
Runtime Run\n#=============================\nFROM registry.access.redhat.com/ubi9/openjdk-17:latest\n\nENV
LANG='en_US.UTF-8' LANGUAGE='en_US:en'\n \n# We make four distinct layers so
Expand Down
117 changes: 115 additions & 2 deletions bundle.osl/manifests/logic-operator-rhel8.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,19 @@ metadata:
"timeout": "360s"
}
},
{
"apiVersion": "sonataflow.org/v1alpha08",
"kind": "SonataFlowClusterPlatform",
"metadata": {
"name": "sonataflow-clusterplatform"
},
"spec": {
"platformRef": {
"name": "sonataflow-platform",
"namespace": "sonataflow-operator-system"
}
}
},
{
"apiVersion": "sonataflow.org/v1alpha08",
"kind": "SonataFlowPlatform",
Expand Down Expand Up @@ -157,6 +170,22 @@ spec:
displayName: InnerBuild
path: innerBuild
version: v1alpha08
- description: SonataFlowClusterPlatform is the Schema for the sonataflowclusterplatforms API
displayName: Sonata Flow Cluster Platform
kind: SonataFlowClusterPlatform
name: sonataflowclusterplatforms.sonataflow.org
specDescriptors:
- description: Name of the SonataFlowPlatform
displayName: Platform_Name
path: platformRef.name
- description: Namespace of the SonataFlowPlatform
displayName: Platform_NS
path: platformRef.namespace
statusDescriptors:
- description: Version the operator version controlling this ClusterPlatform
displayName: version
path: version
version: v1alpha08
- description: SonataFlowPlatform is the descriptor for the workflow platform infrastructure.
displayName: Sonata Flow Platform
kind: SonataFlowPlatform
Expand Down Expand Up @@ -187,6 +216,12 @@ spec:
- description: DevMode Attributes for running workflows in devmode (immutable, no build required)
displayName: DevMode
path: devMode
- description: PodTemplate describes the deployment details of this platform service instance.
displayName: podTemplate
path: services.dataIndex.podTemplate
- description: PodTemplate describes the deployment details of this platform service instance.
displayName: podTemplate
path: services.jobService.podTemplate
statusDescriptors:
- description: Cluster what kind of cluster you're running (ie, plain Kubernetes or OpenShift)
displayName: cluster
Expand Down Expand Up @@ -353,6 +388,32 @@ spec:
- get
- patch
- update
- apiGroups:
- sonataflow.org
resources:
- sonataflowclusterplatforms
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- sonataflow.org
resources:
- sonataflowclusterplatforms/finalizers
verbs:
- update
- apiGroups:
- sonataflow.org
resources:
- sonataflowclusterplatforms/status
verbs:
- get
- patch
- update
- apiGroups:
- sonataflow.org
resources:
Expand Down Expand Up @@ -507,6 +568,58 @@ spec:
- subjectaccessreviews
verbs:
- create
- apiGroups:
- apps
resources:
- statefulset
- statefulsets
verbs:
- get
- list
- watch
- apiGroups:
- networking.k8s.io
resources:
- ingress
- ingresses
verbs:
- get
- list
- watch
- apiGroups:
- serving.knative.dev
resources:
- service
- services
verbs:
- get
- list
- watch
- apiGroups:
- eventing.knative.dev
resources:
- broker
- brokers
verbs:
- get
- list
- watch
- apiGroups:
- apps.openshift.io
resources:
- deploymentconfigs
verbs:
- get
- list
- watch
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- get
- list
- watch
serviceAccountName: logic-operator-rhel8-controller-manager
deployments:
- label:
Expand Down Expand Up @@ -560,7 +673,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-operator-rhel8@sha256:24c2e62bff1f2f7e5579b990e44206ac019bd00f5ca546b069471fc1af34ed75
image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-rhel8-operator@sha256:33653cf4c48121a7a0d1e109c3fe93b8050f9deb80b6bb00425b62c77917a9ad
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -652,6 +765,6 @@ spec:
relatedImages:
- image: registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4564ca3dc5bac80d6faddaf94c817fbbc270698a9399d8a21ee1005d85ceda56
name: kube-rbac-proxy
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-operator-rhel8@sha256:24c2e62bff1f2f7e5579b990e44206ac019bd00f5ca546b069471fc1af34ed75
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-rhel8-operator@sha256:33653cf4c48121a7a0d1e109c3fe93b8050f9deb80b6bb00425b62c77917a9ad
name: manager
version: 1.32.0
Loading
Loading