[bitnami/elasticsearch] Curator sidecars are placed at the wrong level (#6950)

* Sidecars are placed under wrong level

* Bumped version of chart up

* Fixes correct indent of curator.sidecars
This commit is contained in:
Rubatharisan Thirumathyam
2021-07-15 11:53:40 +02:00
committed by GitHub
parent b470fb5db0
commit aa0f4347b2
2 changed files with 5 additions and 5 deletions

View File

@@ -25,4 +25,4 @@ name: elasticsearch
sources:
- https://github.com/bitnami/bitnami-docker-elasticsearch
- https://www.elastic.co/products/elasticsearch
version: 15.9.1
version: 15.9.2

View File

@@ -116,8 +116,8 @@ spec:
{{- end }}
{{- if .Values.curator.resources }}
resources: {{- toYaml .Values.curator.resources | nindent 16 }}
{{- end }}
{{- if .Values.curator.sidecars }}
{{- include "common.tplvalues.render" ( dict "value" .Values.curator.sidecars "context" $) | nindent 8 }}
{{- end }}
{{- end }}
{{- if .Values.curator.sidecars }}
{{- include "common.tplvalues.render" ( dict "value" .Values.curator.sidecars "context" $) | nindent 12 }}
{{- end }}
{{- end }}