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 }}