mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix migrations-job.yaml
This commit is contained in:
parent
894b295658
commit
b56b5dce7f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: prisma-migrations
|
- name: prisma-migrations
|
||||||
image: "ghcr.io/berriai/litellm:main-stable"
|
image: "ghcr.io/berriai/litellm-database"
|
||||||
command: ["python", "litellm/proxy/prisma_migration.py"]
|
command: ["python", "litellm/proxy/prisma_migration.py"]
|
||||||
workingDir: "/app"
|
workingDir: "/app"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue