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

Commit

Permalink
Dashboard v2.12.0 release (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewballantyne committed Jul 6, 2023
1 parent b7e1421 commit 101a19e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 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: 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 101a19e

Please sign in to comment.