Skip to content

Commit a863cc1

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/30043690937
1 parent 734439e commit a863cc1

6 files changed

Lines changed: 57 additions & 324 deletions

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:e795614dafcd965b555e105b48724da426db258ad29bfc3bc6d17bbb3a44c778"
112-
createdAt: "2026-07-23T20:26:07Z"
112+
createdAt: "2026-07-23T20:49:57Z"
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"

helm/rhai-on-xks-chart/templates/crds/customresourcedefinition-kserves.components.platform.opendatahub.io.yaml

Lines changed: 0 additions & 310 deletions
This file was deleted.

helm/rhai-on-xks-chart/templates/crds/customresourcedefinition-platforms.config.opendatahub.io.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,24 @@ spec:
7979
pattern: ^(Managed|Unmanaged|Force|Removed)$
8080
type: string
8181
type: object
82+
kserve:
83+
description: Kserve controls the kserve module operator lifecycle.
84+
properties:
85+
managementState:
86+
description: |-
87+
Set to one of the following values:
88+
89+
- "Managed" : the operator is actively managing the component and trying to keep it active.
90+
It will only upgrade the component if it is safe to do so
91+
92+
- "Removed" : the operator is actively managing the component and will not install it,
93+
or if it is installed, the operator will try to remove it
94+
enum:
95+
- Managed
96+
- Removed
97+
pattern: ^(Managed|Unmanaged|Force|Removed)$
98+
type: string
99+
type: object
82100
mcplifecycleoperator:
83101
description: MCPLifecycleOperator controls the MCP Lifecycle Operator module lifecycle.
84102
properties:
@@ -97,6 +115,24 @@ spec:
97115
pattern: ^(Managed|Unmanaged|Force|Removed)$
98116
type: string
99117
type: object
118+
mlflowoperator:
119+
description: MLflowOperator controls the MLflow module operator lifecycle.
120+
properties:
121+
managementState:
122+
description: |-
123+
Set to one of the following values:
124+
125+
- "Managed" : the operator is actively managing the component and trying to keep it active.
126+
It will only upgrade the component if it is safe to do so
127+
128+
- "Removed" : the operator is actively managing the component and will not install it,
129+
or if it is installed, the operator will try to remove it
130+
enum:
131+
- Managed
132+
- Removed
133+
pattern: ^(Managed|Unmanaged|Force|Removed)$
134+
type: string
135+
type: object
100136
monitoring:
101137
description: Monitoring controls the monitoring module operator lifecycle.
102138
properties:

0 commit comments

Comments
 (0)