From ef88213a863344c95cd323dff6c3ae9f1465b23f Mon Sep 17 00:00:00 2001 From: jackhauGR Date: Tue, 13 May 2025 16:33:35 +0100 Subject: [PATCH] revert default --- charts/open-webui/README.md | 4 ++-- charts/open-webui/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index 4511e67..df39c42 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -243,12 +243,12 @@ helm upgrade --install open-webui open-webui/open-webui | websocket.enabled | bool | `false` | Enables websocket support in Open WebUI with env `ENABLE_WEBSOCKET_SUPPORT` | | websocket.manager | string | `"redis"` | Specifies the websocket manager to use with env `WEBSOCKET_MANAGER`: redis (default) | | websocket.nodeSelector | object | `{}` | Node selector for websocket pods | -| websocket.redis | object | `{"affinity":{},"annotations":{},"args":[],"command":[],"enabled":false,"image":{"pullPolicy":"IfNotPresent","repository":"redis","tag":"7.4.2-alpine3.21"},"labels":{},"name":"open-webui-redis","pods":{"annotations":{},"labels":{}},"resources":{},"securityContext":{},"service":{"annotations":{},"containerPort":6379,"labels":{},"nodePort":"","port":6379,"type":"ClusterIP"},"tolerations":[]}` | Deploys a redis | +| websocket.redis | object | `{"affinity":{},"annotations":{},"args":[],"command":[],"enabled":true,"image":{"pullPolicy":"IfNotPresent","repository":"redis","tag":"7.4.2-alpine3.21"},"labels":{},"name":"open-webui-redis","pods":{"annotations":{},"labels":{}},"resources":{},"securityContext":{},"service":{"annotations":{},"containerPort":6379,"labels":{},"nodePort":"","port":6379,"type":"ClusterIP"},"tolerations":[]}` | Deploys a redis | | websocket.redis.affinity | object | `{}` | Redis affinity for pod assignment | | websocket.redis.annotations | object | `{}` | Redis annotations | | websocket.redis.args | list | `[]` | Redis arguments (overrides default) | | websocket.redis.command | list | `[]` | Redis command (overrides default) | -| websocket.redis.enabled | bool | `false` | Enable redis installation | +| websocket.redis.enabled | bool | `true` | Enable redis installation | | websocket.redis.image | object | `{"pullPolicy":"IfNotPresent","repository":"redis","tag":"7.4.2-alpine3.21"}` | Redis image | | websocket.redis.labels | object | `{}` | Redis labels | | websocket.redis.name | string | `"open-webui-redis"` | Redis name | diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index ded5769..6d36f01 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -49,7 +49,7 @@ websocket: # -- Deploys a redis redis: # -- Enable redis installation - enabled: false + enabled: true # -- Redis name name: open-webui-redis # -- Redis labels