diff --git a/helm-charts/seldon-core-v2-crds/Chart.yaml b/helm-charts/seldon-core-v2-crds/Chart.yaml index 0ad047e..998dc81 100644 --- a/helm-charts/seldon-core-v2-crds/Chart.yaml +++ b/helm-charts/seldon-core-v2-crds/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: 2.8.4 +appVersion: 2.8.5 description: Seldon Core V2 CRDs keywords: - kubernetes - machine-learning - mlops name: seldon-core-v2-crds -version: 2.8.4 +version: 2.8.5 diff --git a/helm-charts/seldon-core-v2-crds/templates/seldon-v2-crds.yaml b/helm-charts/seldon-core-v2-crds/templates/seldon-v2-crds.yaml index 1441c21..e0d2387 100644 --- a/helm-charts/seldon-core-v2-crds/templates/seldon-v2-crds.yaml +++ b/helm-charts/seldon-core-v2-crds/templates/seldon-v2-crds.yaml @@ -343,8 +343,6 @@ spec: type: integer selector: type: string - required: - - selector type: object type: object served: true @@ -32463,6 +32461,25 @@ spec: serverConfig: description: Server definition type: string + statefulSetPersistentVolumeClaimRetentionPolicy: + description: StatefulSetPersistentVolumeClaimRetentionPolicy policy + for stateful set pvc + properties: + whenDeleted: + description: WhenDeleted specifies what happens to PVCs created + from StatefulSet VolumeClaimTemplates when the StatefulSet is + deleted. The default policy of `Retain` causes PVCs to not be + affected by StatefulSet deletion. The `Delete` policy causes + those PVCs to be deleted. + type: string + whenScaled: + description: WhenScaled specifies what happens to PVCs created + from StatefulSet VolumeClaimTemplates when the StatefulSet is + scaled down. The default policy of `Retain` causes PVCs to not + be affected by a scaledown. The `Delete` policy causes the associated + PVCs for any excess pods above the replica count to be deleted. + type: string + type: object required: - serverConfig type: object diff --git a/helm-charts/seldon-core-v2-runtime/Chart.yaml b/helm-charts/seldon-core-v2-runtime/Chart.yaml index 4ae43b0..e73c987 100644 --- a/helm-charts/seldon-core-v2-runtime/Chart.yaml +++ b/helm-charts/seldon-core-v2-runtime/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: 2.8.4 +appVersion: 2.8.5 description: Seldon Core V2 Runtime keywords: - kubernetes - machine-learning - mlops name: seldon-core-v2-runtime -version: 2.8.4 +version: 2.8.5 diff --git a/helm-charts/seldon-core-v2-servers/Chart.yaml b/helm-charts/seldon-core-v2-servers/Chart.yaml index 7d467b4..6bdaaee 100644 --- a/helm-charts/seldon-core-v2-servers/Chart.yaml +++ b/helm-charts/seldon-core-v2-servers/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: 2.8.4 +appVersion: 2.8.5 description: Seldon Core V2 Servers keywords: - kubernetes - machine-learning - mlops name: seldon-core-v2-servers -version: 2.8.4 +version: 2.8.5 diff --git a/helm-charts/seldon-core-v2-setup/Chart.yaml b/helm-charts/seldon-core-v2-setup/Chart.yaml index af93871..864d927 100644 --- a/helm-charts/seldon-core-v2-setup/Chart.yaml +++ b/helm-charts/seldon-core-v2-setup/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: 2.8.4 +appVersion: 2.8.5 description: Seldon Core V2 Setup keywords: - kubernetes - machine-learning - mlops name: seldon-core-v2-setup -version: 2.8.4 +version: 2.8.5 diff --git a/helm-charts/seldon-core-v2-setup/templates/seldon-v2-components.yaml b/helm-charts/seldon-core-v2-setup/templates/seldon-v2-components.yaml index a704782..5fbf251 100644 --- a/helm-charts/seldon-core-v2-setup/templates/seldon-v2-components.yaml +++ b/helm-charts/seldon-core-v2-setup/templates/seldon-v2-components.yaml @@ -1369,12 +1369,12 @@ spec: - containerPort: 9000 name: http - containerPort: 9003 - name: envoy-admin + name: envoy-stats readinessProbe: failureThreshold: 3 httpGet: path: /ready - port: envoy-admin + port: envoy-stats initialDelaySeconds: 10 periodSeconds: 5 resources: diff --git a/helm-charts/seldon-core-v2-setup/values.yaml b/helm-charts/seldon-core-v2-setup/values.yaml index c451d1b..5bbfaf4 100644 --- a/helm-charts/seldon-core-v2-setup/values.yaml +++ b/helm-charts/seldon-core-v2-setup/values.yaml @@ -84,7 +84,7 @@ hodometer: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldon-hodometer - tag: 2.8.4 + tag: 2.8.5 logLevel: info metricsLevel: feature extraPublishUrls: "" @@ -121,7 +121,7 @@ modelgateway: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldon-modelgateway - tag: 2.8.4 + tag: 2.8.5 workers: 8 resources: cpu: 100m @@ -137,7 +137,7 @@ pipelinegateway: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldon-pipelinegateway - tag: 2.8.4 + tag: 2.8.5 resources: cpu: 100m memory: 1G @@ -152,7 +152,7 @@ dataflow: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldon-dataflow-engine - tag: 2.8.4 + tag: 2.8.5 cores: 4 resources: cpu: 100m @@ -169,7 +169,7 @@ controller: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldonv2-controller - tag: 2.8.4 + tag: 2.8.5 resources: cpu: 10m memory: 64Mi @@ -188,7 +188,7 @@ envoy: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldon-envoy - tag: 2.8.4 + tag: 2.8.5 resources: cpu: 100m memory: 128Mi @@ -205,7 +205,7 @@ scheduler: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldon-scheduler - tag: 2.8.4 + tag: 2.8.5 resources: cpu: 100m memory: 1Gi @@ -233,7 +233,7 @@ serverConfig: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldon-rclone - tag: 2.8.4 + tag: 2.8.5 resources: cpu: 50m memory: 128Mi @@ -243,7 +243,7 @@ serverConfig: pullPolicy: IfNotPresent registry: docker.io repository: seldonio/seldon-agent - tag: 2.8.4 + tag: 2.8.5 overcommitPercentage: "10" scalingStatsPeriodSeconds: "20" modelInferenceLagThreshold: "30"