From 8cf11b35485474dc0cde1255ab13e87469f54609 Mon Sep 17 00:00:00 2001 From: Landon LaSmith Date: Mon, 30 Jan 2023 09:25:19 -0500 Subject: [PATCH 1/2] Fix 1.4.1 CSV CRD displayname Signed-off-by: Landon LaSmith --- .../opendatahub-operator.v1.4.1.clusterserviceversion.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/olm-catalog/opendatahub/1.4.1/manifests/opendatahub-operator.v1.4.1.clusterserviceversion.yaml b/deploy/olm-catalog/opendatahub/1.4.1/manifests/opendatahub-operator.v1.4.1.clusterserviceversion.yaml index 1780ddbaf3e..dc31dcb407c 100644 --- a/deploy/olm-catalog/opendatahub/1.4.1/manifests/opendatahub-operator.v1.4.1.clusterserviceversion.yaml +++ b/deploy/olm-catalog/opendatahub/1.4.1/manifests/opendatahub-operator.v1.4.1.clusterserviceversion.yaml @@ -158,13 +158,13 @@ spec: kind: OdhDocument name: odhdocuments.dashboard.opendatahub.io version: v1 - displayName: Open Data Hub Dashboard Configuration + displayName: Open Data Hub Dashboard Documentation group: dashboard.opendatahub.io - description: Extension for guiding user through various workflows in the Open Data Hub dashboard. kind: OdhQuickStart name: odhquickstarts.console.openshift.io version: v1 - displayName: OdhQuickStart + displayName: Open Data Hub Dashboard QuickStart group: console.openshift.io description: | The Open Data Hub is a machine-learning-as-a-service platform built on Red Hat's Kubernetes-based OpenShift® Container Platform. Open Data Hub integrates multiple AI/ML open source components into one operator that can easily be downloaded and installed by OpenShift users. From 1710f969381cf803082d49ecdaffb74b456b4b72 Mon Sep 17 00:00:00 2001 From: Landon LaSmith Date: Mon, 30 Jan 2023 09:40:19 -0500 Subject: [PATCH 2/2] Update ODHDashboardConfig for missing fields Signed-off-by: Landon LaSmith --- ...dhdashboardconfigs.opendatahub.io.crd.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/deploy/olm-catalog/opendatahub/1.4.1/manifests/odhdashboardconfigs.opendatahub.io.crd.yaml b/deploy/olm-catalog/opendatahub/1.4.1/manifests/odhdashboardconfigs.opendatahub.io.crd.yaml index 31b00d78c73..b856fb7c312 100644 --- a/deploy/olm-catalog/opendatahub/1.4.1/manifests/odhdashboardconfigs.opendatahub.io.crd.yaml +++ b/deploy/olm-catalog/opendatahub/1.4.1/manifests/odhdashboardconfigs.opendatahub.io.crd.yaml @@ -41,6 +41,10 @@ spec: type: boolean disableUserManagement: type: boolean + disableProjects: + type: boolean + disableModelServing: + type: boolean groupsConfig: type: object required: @@ -78,6 +82,33 @@ spec: type: string memory: type: string + modelServerSizes: + type: array + items: + type: object + required: + - name + - resources + properties: + name: + type: string + resources: + type: object + properties: + requests: + type: object + properties: + cpu: + type: string + memory: + type: string + limits: + type: object + properties: + cpu: + type: string + memory: + type: string notebookController: type: object required: @@ -89,6 +120,9 @@ spec: type: string pvcSize: type: string + gpuSetting: + description: Configure how the GPU field works on the Jupyter tile. One of 'autodetect' (default, fetches for information), 'hidden' (remove the field) or a number-string (eg '5') to specify a hardcoded 0 to that number options + type: string notebookTolerationSettings: type: object properties: