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

Update branch with master #871

Merged
merged 2 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: []