You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.