From 1e17c5651dbcc06d54fcdb101419845ada1374d1 Mon Sep 17 00:00:00 2001 From: jyje Date: Sun, 12 Jan 2025 02:20:14 +0900 Subject: [PATCH] chore(websocket): fix chart dependency --- charts/open-webui/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index cdc31c5..d130b63 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -39,4 +39,5 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami version: '>=20.6.2' - condition: websocket.redisCluster.enabled + alias: redis-cluster + condition: redis-cluster.enabled