From 5ac8242ee211d1d5a9dc96fea3b487c7a1dd34d1 Mon Sep 17 00:00:00 2001 From: ChanghoWoo Date: Thu, 6 Mar 2025 06:34:22 +0000 Subject: [PATCH] update opwn-webui/0.5.4 --- charts/open-webui/custom-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/open-webui/custom-values.yaml b/charts/open-webui/custom-values.yaml index 5d4ea16..b96e4c6 100644 --- a/charts/open-webui/custom-values.yaml +++ b/charts/open-webui/custom-values.yaml @@ -37,7 +37,7 @@ extraEnvVars: - name: OAUTH_SCOPES value: 'openid email profile' - name: ENABLE_LOGIN_FORM - value: 'false' + value: 'true' - name: SSL_CERT_FILE value: '/etc/ssl/certs/keycloak/ca.crt' - name: ENABLE_OAUTH_SIGNUP