Skip to content

Commit 60855eb

Browse files
authored
[bitnami/elasticsearch] Fix context for include inside range extraHosts (#9434)
Signed-off-by: Konstantin Grachev <me@grachevko.ru>
1 parent a532e4a commit 60855eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 17.9.12
28+
version: 17.9.13

bitnami/elasticsearch/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
4040
pathType: {{ default "ImplementationSpecific" .pathType }}
4141
{{- end }}
42-
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.master.fullname" $) "servicePort" (include "elasticsearch.httpPortName" .) "context" $) | nindent 14 }}
42+
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.master.fullname" $) "servicePort" (include "elasticsearch.httpPortName" $) "context" $) | nindent 14 }}
4343
{{- end }}
4444
{{- if or .Values.master.ingress.tls .Values.master.ingress.extraTls }}
4545
tls:

0 commit comments

Comments
 (0)