Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Update branch with master (#871)
Browse files Browse the repository at this point in the history
* Fix rhods-9627 (#866)

fix rhods-9627

Signed-off-by: jooho <[email protected]>

* Dashboard v2.12.0 release (#854)

---------

Signed-off-by: jooho <[email protected]>
Co-authored-by: Jooho Lee <[email protected]>
Co-authored-by: Andrew Ballantyne <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2023
1 parent 1e4ea43 commit 77df09a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 0 additions & 2 deletions model-mesh/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ resources:

patchesStrategicMerge:
- odh_model_controller_manager_patch.yaml
commonLabels:
app.kubernetes.io/managed-by: odh-model-controller

configurations:
- params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion odh-dashboard/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions odh-dashboard/modelserving/ovms-gpu-ootb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ objects:
- autoSelect: true
name: onnx
version: '1'
- autoSelect: true
name: tensorflow
version: "2"
parameters: []
3 changes: 3 additions & 0 deletions odh-dashboard/modelserving/ovms-ootb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ objects:
- autoSelect: true
name: onnx
version: '1'
- autoSelect: true
name: tensorflow
version: "2"
parameters: []

0 comments on commit 77df09a

Please sign in to comment.