File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ name: elasticsearch
2525sources :
2626 - https://github.com/bitnami/bitnami-docker-elasticsearch
2727 - https://www.elastic.co/products/elasticsearch
28- version : 18.2.14
28+ version : 18.2.15
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ metadata:
1313 annotations : {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
1414 {{- end }}
1515data :
16- action_file.yml : {{ required "A valid .Values.curator.configMaps.action_file_yml entry is required!" (toYaml .Values.curator.configMaps.action_file_yml | indent 2) }}
16+ action_file.yml : {{ toYaml (include "common.tplvalues.render" ( dict "value" ( required "A valid .Values.curator.configMaps.action_file_yml entry is required!" .Values.curator.configMaps.action_file_yml) "context" $ )) | indent 2 }}
1717 {{- if .Values.curator.configMaps.config_yml }}
18- config.yml : {{- include "common.tplvalues.render" ( dict "value" .Values.curator.configMaps.config_yml "context" $ ) | nindent 2 }}
18+ config.yml : {{- toYaml ( include "common.tplvalues.render" ( dict "value" .Values.curator.configMaps.config_yml "context" $ )) | indent 2 }}
1919 {{- else }}
2020 config.yml : |-
2121 client:
You can’t perform that action at this time.
0 commit comments