Skip to content

Commit

Permalink
Add Seldon Deploy v2.2.0-rc5 Helm Chart (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored Oct 13, 2023
1 parent 0262d12 commit 5fd2872
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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-rc4"
appVersion: "2.2.0-rc5"
description: A Helm chart for Kubernetes
name: seldon-deploy
version: 2.2.0-rc4
version: 2.2.0-rc5
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ data:
{ "ID": "SELDON_DEPLOYMENTS_ENABLED", "Value": "{{ .Values.seldon.enabled }}" },
{ "ID": "KNATIVE_SERVICES_ENABLED", "Value": "{{ .Values.seldon.knativeEnabled }}" },
{ "ID": "SELDON_PIPELINES_ENABLED", "Value": "{{ .Values.seldonCoreV2.enabled }}" },
{ "ID": "INFERENCE_LOGS_SERVICE_ENABLED", "Value": "{{ .Values.inferenceLogs.enabled }}" }
{ "ID": "INFERENCE_LOGS_SERVICE_ENABLED", "Value": "{{ .Values.inferenceLogs.enabled }}" },
{ "ID": "BATCH_JOBS_MULTI_INPUT_DATA_PATH_ENABLED", "Value": "{{ .Values.env.SD_FLAG_BATCH_JOBS_MULTI_INPUT_DATA_PATH_ENABLED }}" }
]
{{- end -}}
{{- end -}}
3 changes: 2 additions & 1 deletion helm-charts/seldon-deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ env:
# APP_ANALYTICS_TOKEN: "" # if enableAppAnalytics enabled use token
SELDON_MANAGED_INFRA: "false"
ALERTMANAGER_URL: "http://seldon-monitoring-alertmanager.seldon-monitoring:9093/api/v1/alerts"
SD_FLAG_BATCH_JOBS_MULTI_INPUT_DATA_PATH_ENABLED: "false"

# Cache duration for listing visible namespaces to Deploy. Higher values improve performance on common operations
# around listing deployments, but reduce responsiveness to adding new namespaces. Set the value to "0" to disable
Expand Down Expand Up @@ -344,4 +345,4 @@ keycloakUserManagement:

inferenceLogs:
enabled: true
maxPayloadsPerRequest: 100
maxPayloadsPerRequest: 100

0 comments on commit 5fd2872

Please sign in to comment.