Skip to content

Commit

Permalink
kubeflow#552 Fixes a bad config for 0.2.1 (kubeflow#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored and k8s-ci-robot committed Nov 15, 2019
1 parent 2d31c9b commit 1bb2d12
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions install/0.2.1/kfserving.yaml
Expand Up @@ -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"
]
}
}
Expand Down Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 1bb2d12

Please sign in to comment.