Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core 2.8.5 release #72

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm-charts/seldon-core-v2-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
21 changes: 19 additions & 2 deletions helm-charts/seldon-core-v2-crds/templates/seldon-v2-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,6 @@ spec:
type: integer
selector:
type: string
required:
- selector
type: object
type: object
served: true
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/seldon-core-v2-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions helm-charts/seldon-core-v2-servers/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions helm-charts/seldon-core-v2-setup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
18 changes: 9 additions & 9 deletions helm-charts/seldon-core-v2-setup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down