Skip to content

Commit aa0f434

Browse files
authored
[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
1 parent b470fb5 commit aa0f434

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bitnami/elasticsearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ name: elasticsearch
2525
sources:
2626
- https://github.com/bitnami/bitnami-docker-elasticsearch
2727
- https://www.elastic.co/products/elasticsearch
28-
version: 15.9.1
28+
version: 15.9.2

bitnami/elasticsearch/templates/cronjob.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ spec:
116116
{{- end }}
117117
{{- if .Values.curator.resources }}
118118
resources: {{- toYaml .Values.curator.resources | nindent 16 }}
119-
{{- end }}
120-
{{- if .Values.curator.sidecars }}
121-
{{- include "common.tplvalues.render" ( dict "value" .Values.curator.sidecars "context" $) | nindent 8 }}
122-
{{- end }}
119+
{{- end }}
120+
{{- if .Values.curator.sidecars }}
121+
{{- include "common.tplvalues.render" ( dict "value" .Values.curator.sidecars "context" $) | nindent 12 }}
122+
{{- end }}
123123
{{- end }}

0 commit comments

Comments
 (0)