diff --git a/stable/metricbeat/Chart.yaml b/stable/metricbeat/Chart.yaml index ab8f1f5573..d3d088fe4f 100644 --- a/stable/metricbeat/Chart.yaml +++ b/stable/metricbeat/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: A Helm chart to collect Kubernetes logs with metricbeat icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg name: metricbeat -version: 0.4.0 +version: 0.4.1 appVersion: 6.5.1 home: https://www.elastic.co/products/beats/metricbeat sources: diff --git a/stable/metricbeat/templates/deployment.yaml b/stable/metricbeat/templates/deployment.yaml index fd85d4acaf..55061925f3 100644 --- a/stable/metricbeat/templates/deployment.yaml +++ b/stable/metricbeat/templates/deployment.yaml @@ -76,3 +76,6 @@ spec: - name: modules secret: secretName: {{ template "metricbeat.fullname" . }}-deployment-modules +{{- if .Values.extraVolumes }} +{{ toYaml .Values.extraVolumes | indent 6 }} +{{- end }}