From b7e14215468f37988a8ab1fd02e209dfb5a95ed2 Mon Sep 17 00:00:00 2001 From: Jooho Lee Date: Wed, 5 Jul 2023 16:46:40 -0400 Subject: [PATCH 1/2] Fix rhods-9627 (#866) fix rhods-9627 Signed-off-by: jooho --- model-mesh/base/kustomization.yaml | 2 -- .../odh-model-controller/overlays/odh/kustomization.yaml | 2 -- .../odh-modelmesh-controller/overlays/odh/kustomization.yaml | 3 ++- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/model-mesh/base/kustomization.yaml b/model-mesh/base/kustomization.yaml index 793e9dbf9..66edd70e7 100644 --- a/model-mesh/base/kustomization.yaml +++ b/model-mesh/base/kustomization.yaml @@ -4,8 +4,6 @@ resources: - ../odh-modelmesh-controller/overlays/odh - ../odh-model-controller/overlays/odh -commonLabels: - app.kubernetes.io/part-of: model-mesh namespace: opendatahub configMapGenerator: - envs: diff --git a/model-mesh/odh-model-controller/overlays/odh/kustomization.yaml b/model-mesh/odh-model-controller/overlays/odh/kustomization.yaml index d9e20e047..b7a3a4071 100644 --- a/model-mesh/odh-model-controller/overlays/odh/kustomization.yaml +++ b/model-mesh/odh-model-controller/overlays/odh/kustomization.yaml @@ -5,8 +5,6 @@ resources: patchesStrategicMerge: - odh_model_controller_manager_patch.yaml -commonLabels: - app.kubernetes.io/managed-by: odh-model-controller configurations: - params.yaml diff --git a/model-mesh/odh-modelmesh-controller/overlays/odh/kustomization.yaml b/model-mesh/odh-modelmesh-controller/overlays/odh/kustomization.yaml index 428e26021..bf50a5da1 100644 --- a/model-mesh/odh-modelmesh-controller/overlays/odh/kustomization.yaml +++ b/model-mesh/odh-modelmesh-controller/overlays/odh/kustomization.yaml @@ -9,7 +9,8 @@ resources: - ./manager commonLabels: - app.kubernetes.io/managed-by: modelmesh-controller + app: model-mesh + app.kubernetes.io/part-of: model-mesh configurations: - params.yaml From 101a19ecb037c46a1597badd4ba4e1805d6c13f3 Mon Sep 17 00:00:00 2001 From: Andrew Ballantyne <8126518+andrewballantyne@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:37:53 -0400 Subject: [PATCH 2/2] Dashboard v2.12.0 release (#854) --- README.md | 2 +- odh-dashboard/base/kustomization.yaml | 2 +- odh-dashboard/modelserving/ovms-gpu-ootb.yaml | 3 +++ odh-dashboard/modelserving/ovms-ootb.yaml | 3 +++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a6c477cb..704aec3d6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Any components that were removed with the update to ODH 1.4 have been relocated | Manifest Version | ODH Dashboard | ODH Notebook Controller | ODH Notebook Images | Data Science Pipelines | ModelMesh | | ---------------- | ------------- | ----------------------- | ------------------- |----------------------- | --------- | -| master | v2.11.0 | v1.6 | 2023a | v0.2.2 | v0.11.0 | +| master | v2.12.0 | v1.6 | 2023a | v0.2.2 | v0.11.0 | Release notes and component versions for each ODH release is available on [opendatahub.io](https://opendatahub.io/blog/?type=release) diff --git a/odh-dashboard/base/kustomization.yaml b/odh-dashboard/base/kustomization.yaml index f035bab50..cc9bb1386 100644 --- a/odh-dashboard/base/kustomization.yaml +++ b/odh-dashboard/base/kustomization.yaml @@ -25,7 +25,7 @@ resources: images: - name: odh-dashboard newName: quay.io/opendatahub/odh-dashboard - newTag: v2.11.0 + newTag: v2.12.0 - name: oauth-proxy newName: registry.redhat.io/openshift4/ose-oauth-proxy newTag: v4.8 diff --git a/odh-dashboard/modelserving/ovms-gpu-ootb.yaml b/odh-dashboard/modelserving/ovms-gpu-ootb.yaml index c006e8bf1..9da91a7a2 100644 --- a/odh-dashboard/modelserving/ovms-gpu-ootb.yaml +++ b/odh-dashboard/modelserving/ovms-gpu-ootb.yaml @@ -57,4 +57,7 @@ objects: - autoSelect: true name: onnx version: '1' + - autoSelect: true + name: tensorflow + version: "2" parameters: [] \ No newline at end of file diff --git a/odh-dashboard/modelserving/ovms-ootb.yaml b/odh-dashboard/modelserving/ovms-ootb.yaml index 9f16d67f9..3fabac7a1 100644 --- a/odh-dashboard/modelserving/ovms-ootb.yaml +++ b/odh-dashboard/modelserving/ovms-ootb.yaml @@ -55,4 +55,7 @@ objects: - autoSelect: true name: onnx version: '1' + - autoSelect: true + name: tensorflow + version: "2" parameters: [] \ No newline at end of file