mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-05-13 07:46:47 +00:00
⛴️ 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:
parent
e262219c8f
commit
a565a61a23
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue