Skip to content

Commit

Permalink
Merge pull request kserve#203 from Jooho/20230915_update_0.11
Browse files Browse the repository at this point in the history
Create release-0.11branch
  • Loading branch information
openshift-merge-robot authored Sep 17, 2023
2 parents 26c3997 + ed7c830 commit a03559c
Show file tree
Hide file tree
Showing 23 changed files with 198 additions and 172 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/fvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,13 @@ jobs:
docker pull nvcr.io/nvidia/tritonserver:23.04-py3
docker pull seldonio/mlserver:1.3.2
docker pull openvino/model_server:2022.2
<<<<<<< HEAD:.github/workflows/run-fvt.yml
# docker pull pytorch/torchserve:0.6.0-cpu
docker pull kserve/modelmesh:v0.11.0-alpha
docker pull kserve/modelmesh-runtime-adapter:v0.11.0-alpha
docker pull kserve/rest-proxy:v0.10.0
=======
# docker pull pytorch/torchserve:0.7.1-cpu
docker pull kserve/modelmesh:latest
docker pull kserve/modelmesh-minio-dev-examples:latest
docker pull kserve/modelmesh-minio-examples:latest
docker pull kserve/modelmesh-runtime-adapter:latest
docker pull kserve/rest-proxy:latest
docker pull kserve/modelmesh:v0.11.0
docker pull kserve/modelmesh-minio-dev-examples:v0.11.0
docker pull kserve/modelmesh-minio-examples:v0.11.0
docker pull kserve/modelmesh-runtime-adapter:v0.11.0
docker pull kserve/rest-proxy:v0.11.0
>>>>>>> v0.11.0-rc0:.github/workflows/fvt.yml
- name: Check installation
run: |
eval $(minikube -p minikube docker-env)
Expand Down
6 changes: 3 additions & 3 deletions config/default/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ podsPerRuntime: 2
headlessService: true
modelMeshImage:
name: kserve/modelmesh
tag: v0.11.0-rc0
tag: v0.11.0
modelMeshResources:
requests:
cpu: "300m"
Expand All @@ -29,7 +29,7 @@ restProxy:
port: 8008
image:
name: kserve/rest-proxy
tag: v0.11.0-rc0
tag: v0.11.0
resources:
requests:
cpu: "50m"
Expand All @@ -39,7 +39,7 @@ restProxy:
memory: "512Mi"
storageHelperImage:
name: kserve/modelmesh-runtime-adapter
tag: v0.11.0-rc0
tag: v0.11.0
command: ["/opt/app/puller"]
storageHelperResources:
requests:
Expand Down
6 changes: 3 additions & 3 deletions config/dependencies/fvt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
value: AKIAIOSFODNN7EXAMPLE
- name: MINIO_SECRET_KEY
value: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
image: kserve/modelmesh-minio-dev-examples:latest
image: kserve/modelmesh-minio-dev-examples:v0.11.0
name: minio
---
apiVersion: v1
Expand Down Expand Up @@ -175,7 +175,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: "copy-pod"
image: kserve/modelmesh-minio-examples:latest
image: kserve/modelmesh-minio-dev-examples:v0.11.0
securityContext:
allowPrivilegeEscalation: false
command: ["/bin/sh", "-ex", "-c"]
Expand Down Expand Up @@ -226,7 +226,7 @@ metadata:
spec:
containers:
- name: main
image: ubuntu
image: quay.io/fedora/fedora:38
command: ["/bin/sh", "-ec", "sleep 10000"]
volumeMounts:
- name: "pvc1"
Expand Down
4 changes: 2 additions & 2 deletions config/dependencies/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ spec:
value: AKIAIOSFODNN7EXAMPLE
- name: MINIO_SECRET_KEY
value: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
# image: quay.io/cloudservices/minio:latest
image: kserve/modelmesh-minio-examples:v0.11.0-rc0
# image: quay.io/cloudservices/minio:v0.11.0
image: kserve/modelmesh-minio-examples:v0.11.0
name: minio
---
apiVersion: v1
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: v0.11.0-rc0
newTag: v0.11.0
Loading

0 comments on commit a03559c

Please sign in to comment.