From b56b5dce7f966c2096def302d96b83aad40386d8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 13 Nov 2024 16:59:34 -0800 Subject: [PATCH] fix migrations-job.yaml --- 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 4860726903..94d1d06ec1 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:main-stable" + image: "ghcr.io/berriai/litellm-database" command: ["python", "litellm/proxy/prisma_migration.py"] workingDir: "/app" env: