mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
40208fd944
commit
1be115e52c
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user