From bff4d1a4c58f3b5c54aef0cc2be1b45f8e47790c Mon Sep 17 00:00:00 2001 From: ChanghoWoo Date: Tue, 4 Mar 2025 06:07:48 +0000 Subject: [PATCH] update open-webui --- charts/open-webui/custom-values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/open-webui/custom-values.yaml b/charts/open-webui/custom-values.yaml index 809992f..5d4ea16 100644 --- a/charts/open-webui/custom-values.yaml +++ b/charts/open-webui/custom-values.yaml @@ -44,6 +44,10 @@ extraEnvVars: value: 'true' - name: OAUTH_MERGE_ACCOUNTS_BY_EMAIL value: 'true' + - name: DEFAULT_USER_ROLE + value: user + - name: ENV + value: prod volumeMounts: initContainer: []