tika url is always the same regardless of nameOverride being used #72

Open
opened 2026-02-15 19:15:59 -05:00 by yindo · 0 comments
Owner

Originally created by @tkg61 on GitHub (Mar 1, 2025).

If tika is enabled the value of the tika url env variable will always be based on the name of the chart: "open-webui-tika". This breaks when "nameOverride" is used in the values file since all the pods/services will be renamed based on the override. For example, a nameOverride of "openwebui-test" will result in a tika service called "openwebui-test-tika" being created but the env url passed will still be "open-webui-tika".

So the ask would be that if nameoverride is being used that the tika url be changed to match it.

Originally created by @tkg61 on GitHub (Mar 1, 2025). If tika is enabled the value of the tika url env variable will always be based on the name of the chart: "open-webui-tika". This breaks when "nameOverride" is used in the values file since all the pods/services will be renamed based on the override. For example, a nameOverride of "openwebui-test" will result in a tika service called "openwebui-test-tika" being created but the env url passed will still be "open-webui-tika". So the ask would be that if nameoverride is being used that the tika url be changed to match it.
yindo added the bug label 2026-02-15 19:15:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#72