Skip to content

Commit

Permalink
Bump MLServer version (#538)
Browse files Browse the repository at this point in the history
* Bump MLServer version

* More updates

* even more updates
  • Loading branch information
apaleyes authored Oct 26, 2022
1 parent 1d836d8 commit 4f20f60
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion k8s/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PIPELINEGATEWAY_IMG ?= ${DOCKERHUB_USERNAME}/seldon-pipelinegateway:${CUSTOM_IMA
RCLONE_IMG ?= ${DOCKERHUB_USERNAME}/seldon-rclone:${CUSTOM_IMAGE_TAG}
SCHEDULER_IMG ?= ${DOCKERHUB_USERNAME}/seldon-scheduler:${CUSTOM_IMAGE_TAG}

MLSERVER_IMG ?= seldonio/mlserver:1.2.0.dev7
MLSERVER_IMG ?= seldonio/mlserver:1.2.0.dev12
TRITON_IMG ?= nvcr.io/nvidia/tritonserver:22.05-py3

.PHONY: create
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm-charts/seldon-core-v2-setup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/mlserver
tag: 1.2.0.dev7
tag: 1.2.0.dev12
serverCapabilities: "mlserver,alibi-detect,alibi-explain,lightgbm,mlflow,python,sklearn,spark-mlib,xgboost"
modelVolumeStorage: 1Gi
resources:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm-charts/seldon-core-v2-setup/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/mlserver
tag: 1.2.0.dev7
tag: 1.2.0.dev12
serverCapabilities: "mlserver,alibi-detect,alibi-explain,lightgbm,mlflow,python,sklearn,spark-mlib,xgboost"
modelVolumeStorage: 1Gi
resources:
Expand Down
2 changes: 1 addition & 1 deletion k8s/yaml/seldon-v2-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ spec:
value: "1"
- name: MLSERVER_LOAD_MODELS_AT_STARTUP
value: "false"
image: seldonio/mlserver:1.2.0.dev7
image: seldonio/mlserver:1.2.0.dev12
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
2 changes: 1 addition & 1 deletion operator/config/serverconfigs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ images:
newTag: latest
- name: mlserver
newName: seldonio/mlserver
newTag: 1.2.0.dev7
newTag: 1.2.0.dev12
- name: rclone
newName: seldonio/seldon-rclone
newTag: latest
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENVOY_IMG ?= ${DOCKERHUB_USERNAME}/seldon-envoy:${CUSTOM_IMAGE_TAG}
GRAFANA_IMG ?= ${DOCKERHUB_USERNAME}/seldon-grafana:${CUSTOM_IMAGE_TAG}
HODOMETER_IMG ?= ${DOCKERHUB_USERNAME}/seldon-hodometer:${CUSTOM_IMAGE_TAG}
KAFKA_IMG ?= docker.io/bitnami/kafka:3.1
MLSERVER_IMG ?= seldonio/mlserver:1.2.0.dev7
MLSERVER_IMG ?= seldonio/mlserver:1.2.0.dev12
MODELGATEWAY_IMG ?= ${DOCKERHUB_USERNAME}/seldon-modelgateway:${CUSTOM_IMAGE_TAG}
OTELCOL_IMG ?= otel/opentelemetry-collector-contrib-dev:latest
PIPELINEGATEWAY_IMG ?= ${DOCKERHUB_USERNAME}/seldon-pipelinegateway:${CUSTOM_IMAGE_TAG}
Expand Down
2 changes: 1 addition & 1 deletion scheduler/env.all
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ HODOMETER_IMAGE_AND_TAG=seldonio/seldon-hodometer:latest
RCLONE_IMAGE_AND_TAG=seldonio/seldon-rclone:latest
MODELGATEWAY_IMAGE_AND_TAG=seldonio/seldon-modelgateway:latest
PIPELINEGATEWAY_IMAGE_AND_TAG=seldonio/seldon-pipelinegateway:latest
SERVER_MLSERVER_IMAGE_AND_TAG=seldonio/mlserver:1.2.0.dev7
SERVER_MLSERVER_IMAGE_AND_TAG=seldonio/mlserver:1.2.0.dev12
SERVER_TRITON_IMAGE_AND_TAG=nvcr.io/nvidia/tritonserver:22.05-py3
SCHEDULER_IMAGE_AND_TAG=seldonio/seldon-scheduler:latest
KAFKA_IMAGE_AND_TAG=docker.io/bitnami/kafka:3.1
Expand Down

0 comments on commit 4f20f60

Please sign in to comment.