Skip to content

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

@tkg61

Description

@tkg61

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions