mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixed issue in merge (#7935)
Signed-off-by: towmeykaw <tkindmark@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
0aa16e9c14
commit
3db3a26bf1
@@ -1,5 +1,5 @@
|
||||
name: kibana
|
||||
version: 0.14.4
|
||||
version: 0.14.5
|
||||
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
|
||||
|
||||
@@ -145,9 +145,9 @@ spec:
|
||||
{{- if .Values.plugins}}
|
||||
- name: plugins
|
||||
mountPath: /usr/share/kibana/plugins
|
||||
{{- end }}
|
||||
{{- with .Values.extraContainers }}
|
||||
{{ tpl . $ | indent 6 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
Reference in New Issue
Block a user