From f2e6025c659f7bf1725fa7e9123045e10ea413ca Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 13 Nov 2024 17:04:58 -0800 Subject: [PATCH] fix prisma migration --- 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 0472aaf40..010d2d1b5 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: prisma-migrations - image: ghcr.io/berriai/litellm-database + image: ghcr.io/berriai/litellm-database:main-latest command: ["python", "litellm/proxy/prisma_migration.py"] workingDir: "/app" env: