Skip to content

Commit 14da2be

Browse files
author
Openshift-AI DevOps
committed
Sync changes from source repo
1 parent 7858628 commit 14da2be

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

to-be-processed/bundle/manifests/config.opendatahub.io_platforms.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,25 @@ spec:
154154
pattern: ^(Managed|Unmanaged|Force|Removed)$
155155
type: string
156156
type: object
157+
workbenches:
158+
description: Workbenches controls the workbenches module operator
159+
lifecycle.
160+
properties:
161+
managementState:
162+
description: |-
163+
Set to one of the following values:
164+
165+
- "Managed" : the operator is actively managing the component and trying to keep it active.
166+
It will only upgrade the component if it is safe to do so
167+
168+
- "Removed" : the operator is actively managing the component and will not install it,
169+
or if it is installed, the operator will try to remove it
170+
enum:
171+
- Managed
172+
- Removed
173+
pattern: ^(Managed|Unmanaged|Force|Removed)$
174+
type: string
175+
type: object
157176
type: object
158177
type: object
159178
status:

to-be-processed/bundle/manifests/rhods-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ metadata:
109109
categories: AI/Machine Learning, Big Data
110110
certified: "False"
111111
containerImage: REPLACE_IMAGE:v0.0.0-placeholder
112-
createdAt: "2026-07-23T13:03:19Z"
112+
createdAt: "2026-07-23T21:29:23Z"
113113
description: Operator for deployment and management of Red Hat OpenShift AI
114114
features.operators.openshift.io/cnf: "false"
115115
features.operators.openshift.io/cni: "false"

0 commit comments

Comments
 (0)