File tree 2 files changed +5
-16
lines changed
2 files changed +5
-16
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.9
6
+ version : 0.0.10
7
7
appVersion : " 0.40.0"
Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ joex:
132
132
# cpu: 100m
133
133
# memory: 128Mi
134
134
jvmOptions : []
135
- timeouts : {}
136
135
config : |
137
136
docspell.joex {
138
137
app-id = ${HOSTNAME}
@@ -157,21 +156,11 @@ joex:
157
156
}
158
157
}
159
158
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
-
174
159
files {
175
160
{{ tpl (.Values.files.config | default "" | indent 4) $ }}
176
161
}
162
+ {{- range $name, $snippet := .Values.joex.configSnippets }}
163
+ # Snippet: {{ $name }}
164
+ {{ tpl ($snippet | indent 2) $ }}
165
+ {{- end }}
177
166
}
You can’t perform that action at this time.
0 commit comments