open webui update
This commit is contained in:
@@ -5,7 +5,7 @@ kind: Kustomization
|
||||
helmCharts:
|
||||
- name: open-webui
|
||||
repo: https://helm.openwebui.com/
|
||||
version: 8.18.0
|
||||
version: 8.21.0
|
||||
releaseName: open-webui
|
||||
includeCRDs: true
|
||||
namespace: open-webui
|
||||
|
||||
@@ -57,7 +57,7 @@ websocket:
|
||||
manager: redis
|
||||
# -- Specifies the URL of the Redis instance for websocket communication. Template with `redis://[:<password>@]<hostname>:<port>/<db>`
|
||||
# @section -- Websocket configuration
|
||||
url: ""
|
||||
url: redis://open-webui-redis:6379/0
|
||||
# -- Node selector for websocket pods
|
||||
# @section -- Websocket configuration
|
||||
nodeSelector: {}
|
||||
@@ -139,6 +139,14 @@ websocket:
|
||||
# runAsUser: 999
|
||||
# runAsGroup: 1000
|
||||
|
||||
|
||||
workload:
|
||||
# -- Workload kind to use. Options are "Deployment", "StatefulSet".
|
||||
# If not set, the chart will determine the kind based on persistence settings.
|
||||
# NOTE: When using Deployment with local persistence and replicaCount > 1,
|
||||
# ensure persistence.accessModes includes ReadWriteMany (RWX).
|
||||
kind: ""
|
||||
|
||||
# -- Value of cluster domain
|
||||
clusterDomain: cluster.local
|
||||
|
||||
@@ -662,7 +670,7 @@ sso:
|
||||
allowedRoles: "default-roles-home"
|
||||
# -- Comma-separated list of roles allowed to log in as admin (receive open webui role admin)
|
||||
# @section -- Role management configuration
|
||||
adminRoles: "ADMIN"
|
||||
adminRoles: "app_admin"
|
||||
groupManagement:
|
||||
# -- The claim that contains the groups (can be nested, e.g., user.memberOf)
|
||||
# @section -- SSO Configuration
|
||||
|
||||
Reference in New Issue
Block a user