[stable/metabase] Correct env var for jvm options (#11073)

* Correct env var for jvm options

Signed-off-by: Thomas Leclaire <thomas.leclaire@effilab.com>

* bump char version

Signed-off-by: Thomas Leclaire <thomas.leclaire@effilab.com>

* update version

Signed-off-by: Thomas Leclaire <thomas.leclaire@effilab.com>

* update version

Signed-off-by: Thomas Leclaire <thomas.leclaire@effilab.com>
This commit is contained in:
Thomas Leclaire
2019-02-15 07:04:59 -08:00
committed by Kubernetes Prow Robot
parent 40208fd944
commit 1be115e52c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 0.4.5
version: 0.4.6
appVersion: v0.31.2
maintainers:
- name: pmint93
+1 -1
View File
@@ -82,7 +82,7 @@ spec:
- name: JAVA_TIMEZONE
value: {{ .Values.timeZone }}
{{- if .Values.javaToolOptions }}
- name: JAVA_TOOL_OPTIONS
- name: JAVA_OPTS
value: {{ .Values.javaToolOptions | quote }}
{{- end }}
{{- if .Values.pluginsDirectory }}