File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: docspell
3
3
description : A Helm chart to deploy docspell to Kubernetes
4
4
home : https://docspell.org/
5
5
type : application
6
- version : 0.0.8
6
+ version : 0.0.9
7
7
appVersion : " 0.40.0"
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ joex:
132
132
# cpu: 100m
133
133
# memory: 128Mi
134
134
jvmOptions : []
135
+ timeouts : {}
135
136
config : |
136
137
docspell.joex {
137
138
app-id = ${HOSTNAME}
@@ -156,6 +157,20 @@ joex:
156
157
}
157
158
}
158
159
160
+ {{- if .Values.joex.timeouts }}
161
+ extraction {
162
+ ocr {
163
+ {{- range $command, $timeout := .Values.joex.timeouts }}
164
+ {{ $command }} {
165
+ command {
166
+ timeout = {{ $timeout | default "5 minutes" | quote }}
167
+ }
168
+ }
169
+ {{- end }}
170
+ }
171
+ }
172
+ {{- end }}
173
+
159
174
files {
160
175
{{ tpl (.Values.files.config | default "" | indent 4) $ }}
161
176
}
You can’t perform that action at this time.
0 commit comments