From e77ceec949b9deb0b957695bd53d14b7e882b796 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 13 Nov 2024 15:28:07 -0800 Subject: [PATCH] helm run DISABLE_SCHEMA_UPDATE --- deploy/charts/litellm-helm/templates/migrations-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index fc1aacf16..2ab361350 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -25,6 +25,6 @@ spec: value: {{ .Values.db.url | quote }} {{- end }} - name: DISABLE_SCHEMA_UPDATE - value: "{{ .Values.migrationJob.disableSchemaUpdate }}" + value: "false" # always run the migration from the Helm PreSync hook, override the value set restartPolicy: OnFailure backoffLimit: {{ .Values.migrationJob.backoffLimit }}