File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ name: elasticsearch
2525sources :
2626 - https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch
2727 - https://www.elastic.co/products/elasticsearch
28- version : 19.4.4
28+ version : 19.4.5
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : {{ include "elasticsearch.ingest.fullname" . }}
66 namespace : {{ include "common.names.namespace" . | quote }}
77 labels : {{- include "common.labels.standard" . | nindent 4 }}
8- app.kubernetes.io/component : elasticsearch
8+ app.kubernetes.io/component : ingest
99 {{- if .Values.commonLabels }}
1010 {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
1111 {{- end }}
3333 {{- if eq "true" (include "common.ingress.supportsPathType" .) }}
3434 pathType : {{ .Values.ingest.ingress.pathType }}
3535 {{- end }}
36- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "common.names .fullname" .) "servicePort" "tcp-rest-api" "context" $) | nindent 14 }}
36+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.ingest .fullname" .) "servicePort" "tcp-rest-api" "context" $) | nindent 14 }}
3737 {{- if ne .Values.ingest.ingress.hostname "*" }}
3838 host : {{ .Values.ingest.ingress.hostname }}
3939 {{- end }}
4646 {{- if eq "true" (include "common.ingress.supportsPathType" $) }}
4747 pathType : {{ default "ImplementationSpecific" .pathType }}
4848 {{- end }}
49- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "common.names .fullname" $) "servicePort" "tcp-rest-api" "context" $) | nindent 14 }}
49+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.ingest .fullname" $) "servicePort" "tcp-rest-api" "context" $) | nindent 14 }}
5050 {{- end }}
5151 {{- if .Values.ingest.ingress.extraRules }}
5252 {{- include "common.tplvalues.render" ( dict "value" .Values.ingest.ingress.extraRules "context" $ ) | nindent 4 }}
You can’t perform that action at this time.
0 commit comments