File tree 3 files changed +8
-2
lines changed 3 files changed +8
-2
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.7
6
+ version : 0.0.8
7
7
appVersion : " 0.40.0"
Original file line number Diff line number Diff line change 28
28
image : {{ print .Values.joex.image.repo ":" (.Values.joex.image.tag | default .Values.image.tag | default (print "v" .Chart.AppVersion)) | quote }}
29
29
imagePullPolicy : {{ .Values.joex.image.pullPolicy | default .Values.image.pullPolicy | quote }}
30
30
command : ['/custom-entrypoint.sh']
31
- args : ['/opt/docspell.conf']
31
+ args :
32
+ {{- range .Values.joex.jvmOptions }}
33
+ - {{ . | quote }}
34
+ {{- end }}
35
+ - ' --'
36
+ - ' /opt/docspell.conf'
32
37
envFrom :
33
38
- secretRef :
34
39
name : {{ .Values.jdbc.credentialsSecretName }}
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ joex:
131
131
# requests:
132
132
# cpu: 100m
133
133
# memory: 128Mi
134
+ jvmOptions : []
134
135
config : |
135
136
docspell.joex {
136
137
app-id = ${HOSTNAME}
You can’t perform that action at this time.
0 commit comments