diff --git a/openshift-ci/resources/opendatahub-data-science-cluster.yaml b/openshift-ci/resources/opendatahub-data-science-cluster.yaml index 2314e7c8..b5d56c09 100644 --- a/openshift-ci/resources/opendatahub-data-science-cluster.yaml +++ b/openshift-ci/resources/opendatahub-data-science-cluster.yaml @@ -33,6 +33,6 @@ spec: ray: managementState: Removed trustyai: - managementState: Managed + managementState: Removed workbenches: managementState: Managed diff --git a/openshift-ci/scripts/oci-model-registry-deploy.sh b/openshift-ci/scripts/oci-model-registry-deploy.sh index c019fb9d..af6f2182 100755 --- a/openshift-ci/scripts/oci-model-registry-deploy.sh +++ b/openshift-ci/scripts/oci-model-registry-deploy.sh @@ -7,7 +7,7 @@ DATA_SCIENCE_CLUSTER_MANIFEST="openshift-ci/resources/opendatahub-data-science-c MODEL_REGISTRY_DB_MANIFEST="openshift-ci/resources/model-registry-operator/mysql-db.yaml" MODEL_REGISTRY_SAMPLE_MANIFEST="openshift-ci/resources/model-registry-operator/modelregistry_v1alpha1_modelregistry.yaml" OPENDATAHUB_CRDS="datascienceclusters.datasciencecluster.opendatahub.io,dscinitializations.dscinitialization.opendatahub.io,featuretrackers.features.opendatahub.io" -DATA_SCIENCE_CLUSTER_CRDS="acceleratorprofiles.dashboard.opendatahub.io,datasciencepipelinesapplications.datasciencepipelinesapplications.opendatahub.io,odhapplications.dashboard.opendatahub.io,odhdashboardconfigs.opendatahub.io,odhdocuments.dashboard.opendatahub.io,trustyaiservices.trustyai.opendatahub.io" +DATA_SCIENCE_CLUSTER_CRDS="acceleratorprofiles.dashboard.opendatahub.io,datasciencepipelinesapplications.datasciencepipelinesapplications.opendatahub.io,odhapplications.dashboard.opendatahub.io,odhdashboardconfigs.opendatahub.io,odhdocuments.dashboard.opendatahub.io" MODEL_REGISTRY_CRDS="modelregistries.modelregistry.opendatahub.io" source "openshift-ci/scripts/colour_text_variables.sh"