Skip to content

Commit

Permalink
[release-0.8] Update yaml tags for rc release (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Van Eck <pvaneck@us.ibm.com>
  • Loading branch information
pvaneck authored Jan 21, 2022
1 parent 5ca8841 commit 5d16e7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions config/default/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ podsPerRuntime: 2
headlessService: true
modelMeshImage:
name: kserve/modelmesh
tag: latest
tag: v0.8.0-rc0
modelMeshResources:
requests:
cpu: "300m"
Expand All @@ -31,7 +31,7 @@ restProxy:
port: 8008
image:
name: kserve/rest-proxy
tag: latest
tag: v0.1.2
resources:
requests:
cpu: "50m"
Expand All @@ -41,7 +41,7 @@ restProxy:
memory: "512Mi"
storageHelperImage:
name: kserve/modelmesh-runtime-adapter
tag: latest
tag: v0.8.0-rc0
command: ["/opt/app/puller"]
storageHelperResources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ images:
- name: modelmesh-controller
newName: kserve/modelmesh-controller
## NOTE THIS SHOULD BE REPLACED WITH LATEST CONTROLLER IMAGE TAG
newTag: latest
newTag: v0.8.0-rc0
8 changes: 4 additions & 4 deletions docs/component-versions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Component versions

The following table shows the component versions for the latest modelmesh-serving release (v0.7.0).
The following table shows the component versions for the latest modelmesh-serving release (v0.8.0-rc0).
| Component | Description | Upstream Revision |
| - | - | - |
| ModelMesh | Serves as a general-purpose model serving management/routing layer | [v0.7.0](https://github.com/kserve/modelmesh/tree/v0.7.0) |
| ModelMesh Runtime Adapter | Contains the unified puller/runtime-adapter image | [v0.7.0](https://github.com/kserve/modelmesh-runtime-adapter/tree/v0.7.0) |
| REST Proxy | Supports inference requests using KServe V2 REST Predict Protocol | [v0.1.1](https://github.com/kserve/rest-proxy/tree/v0.1.1) |
| ModelMesh | Serves as a general-purpose model serving management/routing layer | [v0.8.0-rc0](https://github.com/kserve/modelmesh/tree/v0.8.0-rc0) |
| ModelMesh Runtime Adapter | Contains the unified puller/runtime-adapter image | [v0.8.0-rc0](https://github.com/kserve/modelmesh-runtime-adapter/tree/v0.8.0-rc0) |
| REST Proxy | Supports inference requests using KServe V2 REST Predict Protocol | [v0.1.2](https://github.com/kserve/rest-proxy/tree/v0.1.2) |

0 comments on commit 5d16e7b

Please sign in to comment.