mark Helm PreSyn as BETA

This commit is contained in:
Ishaan Jaff 2024-11-13 22:18:12 -08:00
parent 387c70c989
commit da84056e59

View file

@ -113,7 +113,7 @@ general_settings:
disable_spend_logs: True
```
## 7. Use Helm PreSync Hook for Database Migrations
## 7. Use Helm PreSync Hook for Database Migrations [BETA]
To ensure only one service manages database migrations, use our [Helm PreSync hook for Database Migrations](https://github.com/BerriAI/litellm/blob/main/deploy/charts/litellm-helm/templates/migrations-job.yaml). This ensures migrations are handled during `helm upgrade` or `helm install`, while LiteLLM pods explicitly disable migrations.