From a565a61a236694c432c00a075317331fb5524bd4 Mon Sep 17 00:00:00 2001 From: Vinicius Dittgen Date: Fri, 8 May 2026 19:21:34 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9B=B4=EF=B8=8F=20fix:=20Use=20Bitnami=20Leg?= =?UTF-8?q?acy=20MongoDB=20Image=20in=20Helm=20Chart=20(#13032)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bitnami moved versioned image tags from docker.io/bitnami to docker.io/bitnamilegacy on 2025-08-28, which causes ImagePullBackOff on a fresh Helm install of the LibreChat chart. Override the MongoDB subchart image repository to bitnamilegacy/mongodb so installs succeed out of the box. Fixes #13031 --- helm/librechat/Chart.yaml | 2 +- helm/librechat/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/helm/librechat/Chart.yaml b/helm/librechat/Chart.yaml index 0f131c85ef..04a1189760 100755 --- a/helm/librechat/Chart.yaml +++ b/helm/librechat/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.2 +version: 2.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/librechat/values.yaml b/helm/librechat/values.yaml index 1dbacbe89d..25b61e82d7 100755 --- a/helm/librechat/values.yaml +++ b/helm/librechat/values.yaml @@ -291,6 +291,10 @@ additionalConfigMaps: {} # MongoDB Parameters mongodb: enabled: true + # Bitnami moved versioned image tags to docker.io/bitnamilegacy on 2025-08-28. + # See https://github.com/bitnami/charts/issues/35164 + image: + repository: bitnamilegacy/mongodb auth: enabled: false databases: