diff --git a/stable/kibana/Chart.yaml b/stable/kibana/Chart.yaml index aca507d61a..83ded1a41d 100644 --- a/stable/kibana/Chart.yaml +++ b/stable/kibana/Chart.yaml @@ -1,5 +1,5 @@ name: kibana -version: 1.2.1 +version: 1.2.2 appVersion: 6.5.4 description: Kibana is an open source data visualization plugin for Elasticsearch icon: https://raw.githubusercontent.com/elastic/kibana/master/src/ui/public/icons/kibana-color.svg diff --git a/stable/kibana/templates/deployment.yaml b/stable/kibana/templates/deployment.yaml index 85a5f31134..6669bb0007 100644 --- a/stable/kibana/templates/deployment.yaml +++ b/stable/kibana/templates/deployment.yaml @@ -174,7 +174,7 @@ spec: subPath: {{ $configFile }} {{- end }} {{- if .Values.extraVolumeMounts }} -{{ toYaml .Values.extraVolumeMounts | indent 10 }} +{{ toYaml .Values.extraVolumeMounts | indent 8 }} {{- end }} {{- if .Values.plugins.enabled}} - name: plugins