From 3c13b9bd828bc7b957a340ea81dc7bdd8a4b4e8f Mon Sep 17 00:00:00 2001 From: omerfsen Date: Fri, 4 Dec 2020 14:16:45 +0000 Subject: [PATCH] Update values.yaml --- .../helm-charts/seldon-batch-workflow/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/batch/argo-workflows-batch/helm-charts/seldon-batch-workflow/values.yaml b/examples/batch/argo-workflows-batch/helm-charts/seldon-batch-workflow/values.yaml index 6963355f48..69da0d1a20 100644 --- a/examples/batch/argo-workflows-batch/helm-charts/seldon-batch-workflow/values.yaml +++ b/examples/batch/argo-workflows-batch/helm-charts/seldon-batch-workflow/values.yaml @@ -15,7 +15,7 @@ seldonDeployment: # Name to use for the seldon deployment which by default appends generated workflow ID name: seldon-{{workflow.uid}} # Image to use for the batch client - image: seldonio/seldon-core-s2i-python37:1.3.0-dev + image: seldonio/seldon-core-s2i-python37:1.5.0 # Prepackaged model server to use [see https://docs.seldon.io/projects/seldon-core/en/latest/servers/overview.html] server: SKLEARN_SERVER # The URL for the model that is to be used