Skip to content

Commit b8a7138

Browse files
authored
add Seldon Core 1.19.0-rc.1 helm charts (#80)
1 parent cfd288c commit b8a7138

File tree

6 files changed

+1038
-286
lines changed

6 files changed

+1038
-286
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 1.18.2
2+
appVersion: 1.19.0-rc.1
33
description: Seldon Core CRD and controller helm chart for Kubernetes.
44
keywords:
55
- kubernetes
@@ -9,4 +9,4 @@ sources:
99
- https://github.com/SeldonIO/seldon-core
1010
- https://github.com/SeldonIO/seldon-core/tree/master/helm-charts/seldon-core-operator
1111
- https://docs.seldon.io/projects/seldon-core/en/latest/workflow/install.html
12-
version: 1.18.2
12+
version: 1.19.0-rc.1

helm-charts/seldon-core-operator/README.md

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# seldon-core-operator
22

3-
![Version: 1.18.2](https://img.shields.io/static/v1?label=Version&message=1.18.2&color=informational&style=flat-square)
3+
![Version: 1.19.0-rc.1](https://img.shields.io/static/v1?label=Version&message=1.19.0-rc.1&color=informational&style=flat-square)
44

55
Seldon Core CRD and controller helm chart for Kubernetes.
66

7+
## Usage
8+
9+
To use this chart, you will first need to add the `seldonio` Helm repo:
10+
11+
```bash
12+
helm repo add seldonio https://storage.googleapis.com/seldon-charts
13+
helm repo update
14+
```
15+
16+
Once that's done, you should then be able to deploy the chart as:
17+
18+
```bash
19+
kubectl create namespace seldon-system
20+
helm install seldon-core-operator seldonio/seldon-core-operator --namespace seldon-system
21+
```
22+
723
## Source Code
824

925
* <https://github.com/SeldonIO/seldon-core>
@@ -31,7 +47,7 @@ Seldon Core CRD and controller helm chart for Kubernetes.
3147
| executor.image.pullPolicy | string | `"IfNotPresent"` | |
3248
| executor.image.registry | string | `"docker.io"` | |
3349
| executor.image.repository | string | `"seldonio/seldon-core-executor"` | |
34-
| executor.image.tag | string | `"1.18.2"` | |
50+
| executor.image.tag | string | `"1.19.0-rc.1"` | |
3551
| executor.metricsPortName | string | `"metrics"` | |
3652
| executor.port | int | `8000` | |
3753
| executor.prometheus.path | string | `"/prometheus"` | |
@@ -44,13 +60,13 @@ Seldon Core CRD and controller helm chart for Kubernetes.
4460
| executor.resources.memoryRequest | string | `"512Mi"` | |
4561
| executor.serviceAccount.name | string | `"default"` | |
4662
| executor.user | int | `8888` | |
47-
| explainer.image | string | `"seldonio/alibiexplainer:1.18.2"` | |
48-
| explainer.image_v2 | string | `"seldonio/mlserver:1.3.5-alibi-explain"` | |
63+
| explainer.image | string | `"seldonio/alibiexplainer:1.19.0-rc.1"` | |
64+
| explainer.image_v2 | string | `"seldonio/mlserver:1.6.1-alibi-explain"` | |
4965
| hostNetwork | bool | `false` | |
5066
| image.pullPolicy | string | `"IfNotPresent"` | |
5167
| image.registry | string | `"docker.io"` | |
5268
| image.repository | string | `"seldonio/seldon-core-operator"` | |
53-
| image.tag | string | `"1.18.2"` | |
69+
| image.tag | string | `"1.19.0-rc.1"` | |
5470
| istio.enabled | bool | `false` | |
5571
| istio.gateway | string | `"istio-system/seldon-gateway"` | |
5672
| istio.tlsMode | string | `""` | |
@@ -78,27 +94,27 @@ Seldon Core CRD and controller helm chart for Kubernetes.
7894
| predictiveUnit.grpcPort | int | `9500` | |
7995
| predictiveUnit.httpPort | int | `9000` | |
8096
| predictiveUnit.metricsPortName | string | `"metrics"` | |
81-
| predictor_servers.HUGGINGFACE_SERVER.protocols.v2.defaultImageVersion | string | `"1.3.5-huggingface"` | |
97+
| predictor_servers.HUGGINGFACE_SERVER.protocols.v2.defaultImageVersion | string | `"1.7.1-huggingface"` | |
8298
| predictor_servers.HUGGINGFACE_SERVER.protocols.v2.image | string | `"seldonio/mlserver"` | |
83-
| predictor_servers.MLFLOW_SERVER.protocols.seldon.defaultImageVersion | string | `"1.18.2"` | |
99+
| predictor_servers.MLFLOW_SERVER.protocols.seldon.defaultImageVersion | string | `"1.19.0-rc.1"` | |
84100
| predictor_servers.MLFLOW_SERVER.protocols.seldon.image | string | `"seldonio/mlflowserver"` | |
85-
| predictor_servers.MLFLOW_SERVER.protocols.v2.defaultImageVersion | string | `"1.3.5-mlflow"` | |
101+
| predictor_servers.MLFLOW_SERVER.protocols.v2.defaultImageVersion | string | `"1.7.1-mlflow"` | |
86102
| predictor_servers.MLFLOW_SERVER.protocols.v2.image | string | `"seldonio/mlserver"` | |
87-
| predictor_servers.SKLEARN_SERVER.protocols.seldon.defaultImageVersion | string | `"1.18.2"` | |
103+
| predictor_servers.SKLEARN_SERVER.protocols.seldon.defaultImageVersion | string | `"1.19.0-rc.1"` | |
88104
| predictor_servers.SKLEARN_SERVER.protocols.seldon.image | string | `"seldonio/sklearnserver"` | |
89-
| predictor_servers.SKLEARN_SERVER.protocols.v2.defaultImageVersion | string | `"1.3.5-sklearn"` | |
105+
| predictor_servers.SKLEARN_SERVER.protocols.v2.defaultImageVersion | string | `"1.7.1-sklearn"` | |
90106
| predictor_servers.SKLEARN_SERVER.protocols.v2.image | string | `"seldonio/mlserver"` | |
91-
| predictor_servers.TEMPO_SERVER.protocols.v2.defaultImageVersion | string | `"1.3.5-slim"` | |
107+
| predictor_servers.TEMPO_SERVER.protocols.v2.defaultImageVersion | string | `"1.7.1-slim"` | |
92108
| predictor_servers.TEMPO_SERVER.protocols.v2.image | string | `"seldonio/mlserver"` | |
93-
| predictor_servers.TENSORFLOW_SERVER.protocols.seldon.defaultImageVersion | string | `"1.18.2"` | |
109+
| predictor_servers.TENSORFLOW_SERVER.protocols.seldon.defaultImageVersion | string | `"1.19.0-rc.1"` | |
94110
| predictor_servers.TENSORFLOW_SERVER.protocols.seldon.image | string | `"seldonio/tfserving-proxy"` | |
95111
| predictor_servers.TENSORFLOW_SERVER.protocols.tensorflow.defaultImageVersion | string | `"2.1.0"` | |
96112
| predictor_servers.TENSORFLOW_SERVER.protocols.tensorflow.image | string | `"tensorflow/serving"` | |
97113
| predictor_servers.TRITON_SERVER.protocols.v2.defaultImageVersion | string | `"21.08-py3"` | |
98114
| predictor_servers.TRITON_SERVER.protocols.v2.image | string | `"nvcr.io/nvidia/tritonserver"` | |
99-
| predictor_servers.XGBOOST_SERVER.protocols.seldon.defaultImageVersion | string | `"1.18.2"` | |
115+
| predictor_servers.XGBOOST_SERVER.protocols.seldon.defaultImageVersion | string | `"1.19.0-rc.1"` | |
100116
| predictor_servers.XGBOOST_SERVER.protocols.seldon.image | string | `"seldonio/xgboostserver"` | |
101-
| predictor_servers.XGBOOST_SERVER.protocols.v2.defaultImageVersion | string | `"1.3.5-xgboost"` | |
117+
| predictor_servers.XGBOOST_SERVER.protocols.v2.defaultImageVersion | string | `"1.7.1-xgboost"` | |
102118
| predictor_servers.XGBOOST_SERVER.protocols.v2.image | string | `"seldonio/mlserver"` | |
103119
| rbac.configmap.create | bool | `true` | |
104120
| rbac.create | bool | `true` | |
@@ -107,7 +123,7 @@ Seldon Core CRD and controller helm chart for Kubernetes.
107123
| singleNamespace | bool | `false` | |
108124
| storageInitializer.cpuLimit | string | `"1"` | |
109125
| storageInitializer.cpuRequest | string | `"100m"` | |
110-
| storageInitializer.image | string | `"seldonio/rclone-storage-initializer:1.18.2"` | |
126+
| storageInitializer.image | string | `"seldonio/rclone-storage-initializer:1.19.0-rc.1"` | |
111127
| storageInitializer.memoryLimit | string | `"1Gi"` | |
112128
| storageInitializer.memoryRequest | string | `"100Mi"` | |
113129
| usageMetrics.enabled | bool | `false` | |

0 commit comments

Comments
 (0)