From c5fdb9cc3eac3aa168b797b1a132d3f728c806ac Mon Sep 17 00:00:00 2001 From: harish-berri Date: Wed, 22 Apr 2026 19:01:45 +0000 Subject: [PATCH] update database image tag --- deploy/performance/helm/litellm-values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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