Skip to content

Commit e77e887

Browse files
author
Openshift-AI DevOps
committed
Updating the bundle-csv and helm chart values with latest images
https://github.com/red-hat-data-services/RHOAI-Build-Config/actions/runs/30046378496
1 parent 14da2be commit e77e887

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

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:

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: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:6d54e2d7ac20f9bcd752c02d0e9f5a3462901c49e9fffb3f73bea711ae34b2bb"
112-
createdAt: "2026-07-23T21:26:16Z"
112+
createdAt: "2026-07-23T21:30:13Z"
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)