From 1bb2d1244e3b878d806de897a498308024021368 Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Fri, 15 Nov 2019 04:53:42 -0800 Subject: [PATCH] #552 Fixes a bad config for 0.2.1 (#553) --- install/0.2.1/kfserving.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/install/0.2.1/kfserving.yaml b/install/0.2.1/kfserving.yaml index 5da942f72ca..1e1f0457162 100644 --- a/install/0.2.1/kfserving.yaml +++ b/install/0.2.1/kfserving.yaml @@ -818,9 +818,9 @@ data: { "alibi": { "image" : "gcr.io/kfserving/alibi-explainer", - "defaultImageVersion": "0.2.0", + "defaultImageVersion": "0.2.1", "allowedImageVersions": [ - "0.2.0" + "0.2.1" ] } } @@ -855,23 +855,23 @@ data: }, "sklearn": { "image": "gcr.io/kfserving/sklearnserver", - "defaultImageVersion": "0.2.0", + "defaultImageVersion": "0.2.1", "allowedImageVersions": [ - "0.2.0" + "0.2.1" ] }, "xgboost": { "image": "gcr.io/kfserving/xgbserver", - "defaultImageVersion": "0.2.0", + "defaultImageVersion": "0.2.1", "allowedImageVersions": [ - "0.2.0" + "0.2.1" ] }, "pytorch": { "image": "gcr.io/kfserving/pytorchserver", - "defaultImageVersion": "0.2.0", + "defaultImageVersion": "0.2.1", "allowedImageVersions": [ - "0.2.0" + "0.2.1" ] }, "tensorrt": { @@ -884,7 +884,7 @@ data: } storageInitializer: |- { - "image" : "gcr.io/kfserving/storage-initializer:0.2.0", + "image" : "gcr.io/kfserving/storage-initializer:0.2.1", "memoryRequest": "100Mi", "memoryLimit": "1Gi", "cpuRequest": "100m",