tika enable isn't work on arm architecture. #99

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

Originally created by @yeoli9 on GitHub (Aug 4, 2025).

i've got error message when i enable tika

'exec /bin/sh: exec format error'

thank you.

chart: open-webui
chart version: 7.0.1

architecture type: arm64
node OS: alinux 2023
eks version: v1.32.7

Originally created by @yeoli9 on GitHub (Aug 4, 2025). i've got error message when i enable tika 'exec /bin/sh: exec format error' thank you. chart: open-webui chart version: 7.0.1 architecture type: arm64 node OS: alinux 2023 eks version: v1.32.7
yindo closed this issue 2026-02-15 19:16:16 -05:00
Author
Owner

@yeoli9 commented on GitHub (Aug 7, 2025):

after tika version 2.9.2.1 (https://hub.docker.com/r/apache/tika/tags) support arm architecture

open-webui chart 7.0.1 only support 2.9.0.0 (x86_64 only).

please update tike image version.

@yeoli9 commented on GitHub (Aug 7, 2025): after tika version 2.9.2.1 (https://hub.docker.com/r/apache/tika/tags) support arm architecture open-webui chart 7.0.1 only support 2.9.0.0 (x86_64 only). please update tike image version.
Author
Owner

@westbrook-ai commented on GitHub (Aug 7, 2025):

Hi @yeoli9, the latest version I'm seeing of the Tika chart (https://artifacthub.io/packages/helm/apache-tika/tika) is using version 2.9.0.0, meaning we can't fix this at the Open WebUI chart level.

Your best bet would be to do something like this in your Open WebUI values file:

tika:
  enabled: true
  image: 
    tag: 2.9.2.1

I pulled the Tika image value from here: https://artifacthub.io/packages/helm/apache-tika/tika?modal=values

@westbrook-ai commented on GitHub (Aug 7, 2025): Hi @yeoli9, the latest version I'm seeing of the Tika chart (https://artifacthub.io/packages/helm/apache-tika/tika) is using version 2.9.0.0, meaning we can't fix this at the Open WebUI chart level. Your best bet would be to do something like this in your Open WebUI values file: ``` tika: enabled: true image: tag: 2.9.2.1 ``` I pulled the Tika image value from here: https://artifacthub.io/packages/helm/apache-tika/tika?modal=values
Author
Owner

@yeoli9 commented on GitHub (Aug 10, 2025):

thank you your answer. :)

@yeoli9 commented on GitHub (Aug 10, 2025): thank you your answer. :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#99