From 5eb69264642731701b176711c35da3e756cc7033 Mon Sep 17 00:00:00 2001 From: alkshmir <49445799+alkshmir@users.noreply.github.com> Date: Sun, 10 Aug 2025 01:00:37 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=96=20chore:=20Fix=20Typo=20in=20`helm?= =?UTF-8?q?/librechat/values.yaml`=20(#8960)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm/librechat/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/librechat/values.yaml b/helm/librechat/values.yaml index 5b8742d25..f14b5e227 100755 --- a/helm/librechat/values.yaml +++ b/helm/librechat/values.yaml @@ -20,7 +20,7 @@ librechat: configEnv: PLUGIN_MODELS: gpt-4,gpt-4-turbo-preview,gpt-4-0125-preview,gpt-4-1106-preview,gpt-4-0613,gpt-3.5-turbo,gpt-3.5-turbo-0125,gpt-3.5-turbo-1106,gpt-3.5-turbo-0613 DEBUG_PLUGINS: "true" - # IMPORTANT -- GENERATE your own: openssl rand -hex 32 and openssl rand -hex 16 for CREDS_IV. Best Practise: Put into Secret. See gloobal.librechat.existingSecretName + # IMPORTANT -- GENERATE your own: openssl rand -hex 32 and openssl rand -hex 16 for CREDS_IV. Best Practise: Put into Secret. See global.librechat.existingSecretName CREDS_KEY: 9e95d9894da7e68dd69c0046caf5343c8b1e80c89609b5a1e40e6568b5b23ce6 CREDS_IV: ac028c86ba23f4cd48165e0ca9f2c683 JWT_SECRET: 16f8c0ef4a5d391b26034086c628469d3f9f497f08163ab9b40137092f2909ef @@ -231,4 +231,4 @@ meilisearch: tag: "v1.7.3" auth: # Use an existing Kubernetes secret for the MEILI_MASTER_KEY - existingMasterKeySecret: "librechat-credentials-env" \ No newline at end of file + existingMasterKeySecret: "librechat-credentials-env"