diff --git a/stable/kibana/Chart.yaml b/stable/kibana/Chart.yaml index e7425aa3a8..0c5d903b60 100644 --- a/stable/kibana/Chart.yaml +++ b/stable/kibana/Chart.yaml @@ -1,5 +1,5 @@ name: kibana -version: 0.14.3 +version: 0.14.4 appVersion: 6.4.1 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 c95fb1d6b0..0492d62c0a 100644 --- a/stable/kibana/templates/deployment.yaml +++ b/stable/kibana/templates/deployment.yaml @@ -133,9 +133,6 @@ spec: port: {{ .Values.service.internalPort }} initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }} timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }} -{{- end }} -{{- with .Values.extraContainers }} -{{ tpl . $ | indent 6 }} {{- end }} resources: {{ toYaml .Values.resources | indent 10 }} @@ -148,6 +145,9 @@ spec: {{- if .Values.plugins}} - name: plugins mountPath: /usr/share/kibana/plugins +{{- with .Values.extraContainers }} +{{ tpl . $ | indent 6 }} +{{- end }} {{- end }} {{- if .Values.image.pullSecrets }} imagePullSecrets: