mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-09 16:16:27 +00:00
feat: add Apache Tika dependency
This commit is contained in:
parent
008268d3fd
commit
7fb97e6a35
@ -5,5 +5,8 @@ dependencies:
|
||||
- name: pipelines
|
||||
repository: https://helm.openwebui.com
|
||||
version: 0.0.4
|
||||
digest: sha256:ca806b2864a64f4e9107971c3228a3770016758f3492f6cd11025972f745a78b
|
||||
generated: "2024-11-04T18:01:27.101973899+01:00"
|
||||
- name: tika
|
||||
repository: https://apache.jfrog.io/artifactory/tika
|
||||
version: 2.9.0
|
||||
digest: sha256:6c74771bc35c3518657bbc18d2f62fd6e12b0846b13e9e4022ea83265c99c112
|
||||
generated: "2024-11-03T16:13:47.780327986Z"
|
||||
|
@ -36,3 +36,7 @@ dependencies:
|
||||
- child: service
|
||||
parent: pipelines.service
|
||||
condition: pipelines.enabled
|
||||
- name: tika
|
||||
repository: https://apache.jfrog.io/artifactory/tika
|
||||
version: ">=2.9.0"
|
||||
condition: tika.enabled
|
||||
|
@ -101,6 +101,12 @@ spec:
|
||||
{{- if .Values.extraEnvVars }}
|
||||
{{- toYaml .Values.extraEnvVars | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.tika.enabled }}
|
||||
- name: "CONTENT_EXTRACTION_ENGINE"
|
||||
value: "Tika"
|
||||
- name: "TIKA_SERVER_URL"
|
||||
value: http://{{ .Chart.Name }}-tika:9998
|
||||
{{- end }}
|
||||
tty: true
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
|
@ -154,3 +154,5 @@ containerSecurityContext:
|
||||
# - ALL
|
||||
# seccompProfile:
|
||||
# type: "RuntimeDefault"
|
||||
tika:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user