open-webui / helm-charts

72 stars 47 forks source link

feat: add Apache Tika dependency #101

Closed okamototk closed 3 weeks ago

okamototk commented 3 weeks ago

Adding Apache Tika dependency and auto configuration.

0xThresh commented 3 weeks ago

Thanks @okamototk, can you please merge the latest from main and make sure to increment the AppVersion in Chart.yaml to 3.6.0?

okamototk commented 3 weeks ago

@0xThresh Thanks for comment. I already rebase to main. But from Chart.yaml:

apiVersion: v2 name: open-webui version: 3.5.0 appVersion: "0.3.35"

Do you mean change appVersion to 0.3.36 from 0.3.35? I though 3.6.0 is mistaken but let me confirm.

regards,

0xThresh commented 3 weeks ago

Good catch @okamototk, yes, I meant the version rather than the appVersion. Sorry for the mix-up. Open WebUI is currently at v0.3.35, so the appVersion is already correct.

okamototk commented 3 weeks ago

I see. thx:)

okamototk commented 3 weeks ago

@0xThresh After update version to 0.3.36, have following error:

$ kubectl describe pods open-webui-0
...
Events:
  Type     Reason     Age                  From               Message
  ----     ------     ----                 ----               -------
  Normal   Scheduled  11m                  default-scheduler  Successfully assigned default/open-webui-0 to ip-10-8-8-102.ap-northeast-1.compute.internal
  Normal   Pulling    10m (x4 over 11m)    kubelet            Pulling image "ghcr.io/open-webui/open-webui:0.3.36"
  Warning  Failed     10m (x4 over 11m)    kubelet            Failed to pull image "ghcr.io/open-webui/open-webui:0.3.36": rpc error: code = NotFound desc = failed to pull and unpack image "ghcr.io/open-webui/open-webui:0.3.36": failed to resolve reference "ghcr.io/open-webui/open-webui:0.3.36": ghcr.io/open-webui/open-webui:0.3.36: not found

So, should we only increment version after new image release? Latest image is 0.3.35 and shouldn't increment yet.

okamototk commented 3 weeks ago

I canceled version increment due to new image isn't uploaded yet.

0xThresh commented 3 weeks ago

Hi @okamototk, I pushed a couple commits with the update to the Chart.yaml file I was looking for, packaged in the Tika chart, and updated Ollama chart version since I was already there.

Thanks so much for your contribution!