Skip to content

Commit

Permalink
Update SEP v2.4.0 Helm charts (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyndria authored Dec 18, 2024
1 parent 29cd4ec commit f7be9e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.3.1"
appVersion: "2.4.0"
description: A Helm chart for Kubernetes
name: seldon-deploy
version: 2.3.1
version: 2.4.0
4 changes: 4 additions & 0 deletions helm-charts/seldon-deploy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ spec:
value: "{{ .Values.batchjobs.processor.image }}"
- name: "BATCHJOBS_PROCESSOR_V2_IMAGE"
value: "{{ .Values.batchjobs.processorV2.image }}"
{{- if .Values.batchjobs.processorV2.secret }}
- name: "BATCHJOBS_PROCESSOR_V2_IMAGE_SECRET"
value: "{{ .Values.batchjobs.processorV2.secret }}"
{{- end }}
- name: "BATCHJOBS_STORAGE_INITIALIZER_IMAGE"
value: "{{ .Values.batchjobs.storageInitializer.image }}"
- name: "BATCHJOBS_PVC_DEFAULT_SIZE"
Expand Down
3 changes: 2 additions & 1 deletion helm-charts/seldon-deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ batchjobs:
processor:
image: seldonio/seldon-core-s2i-python38:1.18.2
processorV2:
secret: ""
image: seldonio/mlserver:1.6.0-slim
storageInitializer:
image: seldonio/rclone-storage-initializer:1.18.2
Expand Down Expand Up @@ -250,7 +251,7 @@ elasticsearch:
#detectors are created in the namespace requestLogger.namespace.name so rbac is created there
requestLogger:
create: true
image: seldonio/metronome:1.8.3
image: seldonio/metronome:1.8.4
#increase logger replicas if there are high traffic volumes
replicas: 1
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit f7be9e2

Please sign in to comment.