Skip to content

Commit 479d6eb

Browse files
author
Openshift-AI DevOps
committed
Sync changes from source repo
1 parent cd35461 commit 479d6eb

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

to-be-processed/bundle/manifests/datasciencecluster.opendatahub.io_datascienceclusters.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,6 +1961,24 @@ spec:
19611961
- name
19621962
x-kubernetes-list-type: map
19631963
type: object
1964+
batchGateway:
1965+
description: BatchGateway submodule status (submodule of AIGateway).
1966+
properties:
1967+
managementState:
1968+
description: |-
1969+
Set to one of the following values:
1970+
1971+
- "Managed" : the operator is actively managing the component and trying to keep it active.
1972+
It will only upgrade the component if it is safe to do so
1973+
1974+
- "Removed" : the operator is actively managing the component and will not install it,
1975+
or if it is installed, the operator will try to remove it
1976+
enum:
1977+
- Managed
1978+
- Removed
1979+
pattern: ^(Managed|Unmanaged|Force|Removed)$
1980+
type: string
1981+
type: object
19641982
dashboard:
19651983
description: Dashboard component status.
19661984
properties:
@@ -2240,6 +2258,24 @@ spec:
22402258
- name
22412259
x-kubernetes-list-type: map
22422260
type: object
2261+
modelsAsAService:
2262+
description: ModelsAsAService submodule status (submodule of AIGateway).
2263+
properties:
2264+
managementState:
2265+
description: |-
2266+
Set to one of the following values:
2267+
2268+
- "Managed" : the operator is actively managing the component and trying to keep it active.
2269+
It will only upgrade the component if it is safe to do so
2270+
2271+
- "Removed" : the operator is actively managing the component and will not install it,
2272+
or if it is installed, the operator will try to remove it
2273+
enum:
2274+
- Managed
2275+
- Removed
2276+
pattern: ^(Managed|Unmanaged|Force|Removed)$
2277+
type: string
2278+
type: object
22432279
ogx:
22442280
description: OGX component status.
22452281
properties:

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-22T13:14:11Z"
112+
createdAt: "2026-07-23T01:03:38Z"
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)