Skip to content

Commit

Permalink
release core 2 2.8.3 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Jul 17, 2024
1 parent 4e7b6e3 commit c54e71b
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 22 deletions.
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.2
appVersion: 2.8.3
description: Seldon Core V2 CRDs
keywords:
- kubernetes
- machine-learning
- mlops
name: seldon-core-v2-crds
version: 2.8.2
version: 2.8.3
80 changes: 76 additions & 4 deletions helm-charts/seldon-core-v2-crds/templates/seldon-v2-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,29 @@ spec:
singular: experiment
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- description: Experiment ready status
jsonPath: .status.conditions[?(@.type=='ExperimentReady')].status
name: Experiment ready
type: string
- description: Candidates ready status
jsonPath: .status.conditions[?(@.type=='CandidatesReady')].status
name: Candidates ready
priority: 1
type: string
- description: Mirror ready status
jsonPath: .status.conditions[?(@.type=='MirrorReady')].status
name: Mirror ready
priority: 1
type: string
- description: Status message
jsonPath: .status.conditions[?(@.type=='Ready')].message
name: Message
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: Experiment is the Schema for the experiments API
Expand Down Expand Up @@ -143,7 +165,19 @@ spec:
singular: model
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- description: Model ready status
jsonPath: .status.conditions[?(@.type=="ModelReady")].status
name: Ready
type: string
- description: Number of replicas
jsonPath: .status.replicas
name: Replicas
type: integer
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: Model is the Schema for the models API
Expand Down Expand Up @@ -335,7 +369,29 @@ spec:
singular: pipeline
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- description: Pipeline ready status
jsonPath: .status.conditions[?(@.type=='Ready')].status
name: Pipeline ready
type: string
- description: Models ready status
jsonPath: .status.conditions[?(@.type=='ModelsReady')].status
name: Models ready
priority: 1
type: string
- description: Dataflow ready status
jsonPath: .status.conditions[?(@.type=='PipelineReady')].status
name: Dataflow ready
priority: 1
type: string
- description: Status message
jsonPath: .status.conditions[?(@.type=='Ready')].message
name: Message
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: Pipeline is the Schema for the pipelines API
Expand Down Expand Up @@ -23561,7 +23617,23 @@ spec:
singular: server
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- description: Server ready status
jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
- description: Number of replicas
jsonPath: .status.replicas
name: Replicas
type: integer
- description: Number of loaded models
jsonPath: .status.loadedModels
name: Loaded Models
type: integer
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: Server is the Schema for the servers API
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.2
appVersion: 2.8.3
description: Seldon Core V2 Runtime
keywords:
- kubernetes
- machine-learning
- mlops
name: seldon-core-v2-runtime
version: 2.8.2
version: 2.8.3
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.2
appVersion: 2.8.3
description: Seldon Core V2 Servers
keywords:
- kubernetes
- machine-learning
- mlops
name: seldon-core-v2-servers
version: 2.8.2
version: 2.8.3
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.2
appVersion: 2.8.3
description: Seldon Core V2 Setup
keywords:
- kubernetes
- machine-learning
- mlops
name: seldon-core-v2-setup
version: 2.8.2
version: 2.8.3
20 changes: 10 additions & 10 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.2
tag: 2.8.3
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.2
tag: 2.8.3
workers: 8
resources:
cpu: 100m
Expand All @@ -137,7 +137,7 @@ pipelinegateway:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-pipelinegateway
tag: 2.8.2
tag: 2.8.3
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.2
tag: 2.8.3
cores: 4
resources:
cpu: 100m
Expand All @@ -169,7 +169,7 @@ controller:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldonv2-controller
tag: 2.8.2
tag: 2.8.3
resources:
cpu: 10m
memory: 64Mi
Expand All @@ -184,7 +184,7 @@ envoy:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-envoy
tag: 2.8.2
tag: 2.8.3
resources:
cpu: 100m
memory: 128Mi
Expand All @@ -201,7 +201,7 @@ scheduler:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-scheduler
tag: 2.8.2
tag: 2.8.3
resources:
cpu: 100m
memory: 1Gi
Expand All @@ -228,7 +228,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-rclone
tag: 2.8.2
tag: 2.8.3
resources:
cpu: 50m
memory: 128Mi
Expand All @@ -238,7 +238,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-agent
tag: 2.8.2
tag: 2.8.3
overcommitPercentage: "10"
scalingStatsPeriodSeconds: "20"
modelInferenceLagThreshold: "30"
Expand All @@ -252,7 +252,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/mlserver
tag: 1.5.0
tag: 1.6.0
serverCapabilities: "mlserver,alibi-detect,alibi-explain,huggingface,lightgbm,mlflow,python,sklearn,spark-mlib,xgboost"
modelVolumeStorage: 1Gi
resources:
Expand Down

0 comments on commit c54e71b

Please sign in to comment.