File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : 1.16.0
33description : A Jaeger Helm chart for Kubernetes
44name : jaeger
5- version : 0.19.4
5+ version : 0.19.5
66keywords :
77 - jaeger
88 - opentracing
Original file line number Diff line number Diff line change @@ -213,20 +213,14 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
213213*/} }
214214{ {- define " elasticsearch.client.url" -} }
215215{ {- $port := .Values.storage.elasticsearch.port | toString -} }
216- { {- if .Values.provisionDataStore.elasticsearch -} }
217- { {- if .Values.storage.elasticsearch.nameOverride } }
218- { {- $host := printf " %s" .Values.storage.elasticsearch.nameOverride | trunc 63 | trimSuffix " -" -} }
219- { {- printf " %s://%s:%s" .Values.storage.elasticsearch.scheme $host $port } }
220- { {- else } }
221216{ {- printf " %s://%s:%s" .Values.storage.elasticsearch.scheme .Values.storage.elasticsearch.host $port } }
222217{ {- end -} }
223- { {- end -} }
224- { {- end -} }
225218
226219{ {- define " jaeger.hotrod.tracing.host" -} }
227220{ {- default (include " jaeger.agent.name" .) .Values.hotrod.tracing.host -} }
228221{ {- end -} }
229222
223+
230224{ {/*
231225Configure list of IP CIDRs allowed access to load balancer (if supported)
232226*/} }
You can’t perform that action at this time.
0 commit comments