From 57a28a2fcd119644292cc9db91bdc4d2c291e31b Mon Sep 17 00:00:00 2001 From: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:00:14 +0100 Subject: [PATCH] fix: corrects mount directory for mongodb Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --- helm/librechat/stacklok_combined_values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/librechat/stacklok_combined_values.yaml b/helm/librechat/stacklok_combined_values.yaml index dee56b2e8eff..4270e1f24c10 100755 --- a/helm/librechat/stacklok_combined_values.yaml +++ b/helm/librechat/stacklok_combined_values.yaml @@ -207,6 +207,8 @@ mongodb: enabled: false databases: - LibreChat + persistence: + mountPath: /data/db image: registry: 781189302813.dkr.ecr.us-east-1.amazonaws.com repository: mongodb @@ -219,6 +221,7 @@ mongodb: enabled: true fsGroup: 999 runAsUser: 999 + extraEnvVars: - name: MONGODB_DATA_DIR value: /bitnami/mongodb