Add REDIS_URL env if redis is enabled #81

Closed
opened 2026-02-15 19:16:04 -05:00 by yindo · 4 comments
Owner

Originally created by @tkg61 on GitHub (Apr 7, 2025).

There is now a second redis url needed for multi-replica setting syncs:

https://github.com/open-webui/open-webui/blob/main/backend/open_webui/env.py

Need to update the workload template to add in the url for the new env if redis is enabled

Originally created by @tkg61 on GitHub (Apr 7, 2025). There is now a second redis url needed for multi-replica setting syncs: https://github.com/open-webui/open-webui/blob/main/backend/open_webui/env.py Need to update the workload template to add in the url for the new env if redis is enabled
yindo closed this issue 2026-02-15 19:16:04 -05:00
Author
Owner

@venkivijay commented on GitHub (May 13, 2025):

Related issue on openwebui repo: https://github.com/open-webui/open-webui/issues/10365

@venkivijay commented on GitHub (May 13, 2025): Related issue on openwebui repo: https://github.com/open-webui/open-webui/issues/10365
Author
Owner

@chr0n1x commented on GitHub (Jul 31, 2025):

for the time being can't we use .Values.extraEnvVars here?

@chr0n1x commented on GitHub (Jul 31, 2025): for the time being can't we use `.Values.extraEnvVars` [here](https://github.com/open-webui/helm-charts/blob/main/charts/open-webui/templates/workload-manager.yaml#L142-L146)?
Author
Owner

@westbrook-ai commented on GitHub (Sep 2, 2025):

Redis sub-chart has been removed due to Bitnami chart changes, this is no longer relevant.

@westbrook-ai commented on GitHub (Sep 2, 2025): Redis sub-chart has been removed due to Bitnami chart changes, this is no longer relevant.
Author
Owner

@chr0n1x commented on GitHub (Sep 4, 2025):

@0xThresh sorry if this was brought up somewhere else - I understand that the subchart was removed cause bitnami is 💩 . but we can still technically install our own redis instance (e.g.: roll our own, valkey, etc) and point openwebui @ that instead right? or does openwebui also no longer support redis as a whole?

@chr0n1x commented on GitHub (Sep 4, 2025): @0xThresh sorry if this was brought up somewhere else - I understand that the subchart was removed cause bitnami is 💩 . but we can still technically install our own redis instance (e.g.: roll our own, valkey, etc) and point openwebui @ that instead right? or does openwebui _also_ no longer support redis as a whole?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#81