Skip to content

Commit 87628b2

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/30009553454
1 parent 49e5107 commit 87628b2

4 files changed

Lines changed: 49 additions & 1 deletion

bundle/manifests/components.platform.opendatahub.io_kserves.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ spec:
4848
spec:
4949
description: KserveSpec defines the desired state of Kserve
5050
properties:
51+
enableLLMInferenceServiceConsoleDashboards:
52+
description: |-
53+
Enables OpenShift Developer Console dashboards for LLMInferenceService.
54+
Enabled by default.
55+
type: boolean
56+
enableLLMInferenceServiceTLS:
57+
description: |-
58+
Enables TLS for LLMInferenceService deployments.
59+
When unset, the KServe default (TLS enabled) is preserved.
60+
type: boolean
5161
modelCache:
5262
description: Configures and enables Model Cache integration
5363
properties:

bundle/manifests/config.opendatahub.io_platforms.yaml

Lines changed: 18 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
84102
module lifecycle.

bundle/manifests/datasciencecluster.opendatahub.io_datascienceclusters.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,16 @@ spec:
164164
Kserve component configuration.
165165
Only RawDeployment mode is supported.
166166
properties:
167+
enableLLMInferenceServiceConsoleDashboards:
168+
description: |-
169+
Enables OpenShift Developer Console dashboards for LLMInferenceService.
170+
Enabled by default.
171+
type: boolean
172+
enableLLMInferenceServiceTLS:
173+
description: |-
174+
Enables TLS for LLMInferenceService deployments.
175+
When unset, the KServe default (TLS enabled) is preserved.
176+
type: boolean
167177
managementState:
168178
description: |-
169179
Set to one of the following values:
@@ -1355,6 +1365,16 @@ spec:
13551365
Kserve component configuration.
13561366
Only RawDeployment mode is supported.
13571367
properties:
1368+
enableLLMInferenceServiceConsoleDashboards:
1369+
description: |-
1370+
Enables OpenShift Developer Console dashboards for LLMInferenceService.
1371+
Enabled by default.
1372+
type: boolean
1373+
enableLLMInferenceServiceTLS:
1374+
description: |-
1375+
Enables TLS for LLMInferenceService deployments.
1376+
When unset, the KServe default (TLS enabled) is preserved.
1377+
type: boolean
13581378
managementState:
13591379
description: |-
13601380
Set to one of the following values:

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:77e9e67ced464de9a1e95ee10c76bff48c7753ae823ba406d909a631cd6cbb3c"
112-
createdAt: "2026-07-23T12:33:53Z"
112+
createdAt: "2026-07-23T13:04:45Z"
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)