Skip to content

Commit

Permalink
Update config for release v0.7.0 (#44)
Browse files Browse the repository at this point in the history
Update config for release v0.7.0 to use specific tags
* modelmesh: v0.7.0
* modelmesh-runtime-adapter: v0.7.0
* rest-proxy: v0.1.0
* modelmesh-serving: v0.7.0-rc.1
  • Loading branch information
chinhuang007 authored Oct 7, 2021
1 parent 2b296bd commit 18cc3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7.0
modelMeshResources:
requests:
cpu: "300m"
Expand All @@ -31,7 +31,7 @@ restProxy:
port: 8008
image:
name: kserve/rest-proxy
tag: latest
tag: v0.1.0
resources:
requests:
cpu: "50m"
Expand All @@ -41,7 +41,7 @@ restProxy:
memory: "512Mi"
storageHelperImage:
name: kserve/modelmesh-runtime-adapter
tag: latest
tag: v0.7.0
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.7.0-rc1

0 comments on commit 18cc3e0

Please sign in to comment.