Skip to content

Commit 734439e

Browse files
author
Openshift-AI DevOps
committed
Sync helm chart from odh-gitops@fedc4c0cb90ee19c4b351663753745b001f04622
1 parent 8dd1ba8 commit 734439e

5 files changed

Lines changed: 56 additions & 323 deletions

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

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

to-be-processed/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)