File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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 : 17.9.12
28+ version : 17.9.13
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments