⛴️ fix: Use Bitnami Legacy MongoDB Image in Helm Chart (#13032)

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
This commit is contained in:
Vinicius Dittgen 2026-05-08 19:21:34 -03:00 committed by GitHub
parent e262219c8f
commit a565a61a23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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: