From f6963f7501bb874bad3dea3e10c6a47e10514321 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Sat, 24 Jan 2026 15:59:09 +0100 Subject: [PATCH] change litellm image to main-latest --- litellm/litellm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/litellm.yaml b/litellm/litellm.yaml index 277a053..7abd261 100644 --- a/litellm/litellm.yaml +++ b/litellm/litellm.yaml @@ -35,7 +35,7 @@ spec: spec: containers: - name: litellm - image: ghcr.io/berriai/litellm:main-stable # it is recommended to fix a version generally + image: ghcr.io/berriai/litellm:main-latest # it is recommended to fix a version generally args: - "--config" - "/app/proxy_server_config.yaml"