diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index 06d45d5fc..78684bcab 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -25,5 +25,6 @@ spec: value: {{ .Values.db.url | quote }} - name: DISABLE_SCHEMA_UPDATE value: "false" # always run the migration from the Helm PreSync hook, override the value set + {{- end }} restartPolicy: OnFailure backoffLimit: {{ .Values.migrationJob.backoffLimit }}