Skip to content

Commit

Permalink
Add Seldon Deploy v2.3.0 Helm Chart (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner authored Jul 10, 2024
1 parent 5e29018 commit 4e7b6e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 159 deletions.
4 changes: 2 additions & 2 deletions helm-charts/seldon-deploy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.2.0"
appVersion: "2.3.0"
description: A Helm chart for Kubernetes
name: seldon-deploy
version: 2.2.0
version: 2.3.0
124 changes: 0 additions & 124 deletions helm-charts/seldon-deploy/templates/ui-deployment.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions helm-charts/seldon-deploy/templates/ui-service.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions helm-charts/seldon-deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ loadtest:
image: seldonio/hey-loadtester:0.2

alibidetect:
image: seldonio/alibi-detect-server:1.18.1
image: seldonio/alibi-detect-server:1.18.2

nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -122,11 +122,11 @@ clientGo:

batchjobs:
processor:
image: seldonio/seldon-core-s2i-python38:1.18.1
image: seldonio/seldon-core-s2i-python38:1.18.2
processorV2:
image: seldonio/mlserver:1.4.0-slim
image: seldonio/mlserver:1.6.0-slim
storageInitializer:
image: seldonio/rclone-storage-initializer:1.18.1
image: seldonio/rclone-storage-initializer:1.18.2
pvc:
defaultSize: 1Gi
resources:
Expand Down

0 comments on commit 4e7b6e3

Please sign in to comment.