diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index a742f65..27c1168 100755 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: graylog home: https://www.graylog.org -version: 2.3.9 +version: 2.3.10 appVersion: 5.2.6 description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes diff --git a/charts/graylog/templates/configmap.yaml b/charts/graylog/templates/configmap.yaml index ace61e6..7ef19da 100644 --- a/charts/graylog/templates/configmap.yaml +++ b/charts/graylog/templates/configmap.yaml @@ -151,8 +151,8 @@ data: {{- end }} {{- if .Values.graylog.trustedProxies }} trusted_proxies = {{.Values.graylog.trustedProxies}} - data_dir = /usr/share/graylog/data {{- end }} + data_dir = /usr/share/graylog/data {{- if .Values.graylog.config }} {{ .Values.graylog.config | indent 4 }} {{- end }}