diff --git a/deploy/performance/helm/litellm-values.yaml b/deploy/performance/helm/litellm-values.yaml index 0b80c6800d0..b053cc92cd3 100644 --- a/deploy/performance/helm/litellm-values.yaml +++ b/deploy/performance/helm/litellm-values.yaml @@ -2,6 +2,13 @@ # Argo CD: deploy/performance/argocd/application-litellm.yaml # # Override postgresql.auth and redis.auth passwords for non-dev clusters. +# +# Chart default image tag is main- (e.g. main-v1.80.12). That pattern is not always +# published for ghcr.io/berriai/litellm-database; use main-latest or a tag from: +# https://github.com/BerriAI/litellm/pkgs/container/litellm-database +image: + repository: ghcr.io/berriai/litellm-database + tag: main-latest replicaCount: 2