UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f8f29f5c authored by BB_AUTO_MR_TOKEN's avatar BB_AUTO_MR_TOKEN Committed by Michael Martin
Browse files

tempo update to 1.16.0-bb.0

parent 9d84a8a5
No related branches found
No related tags found
1 merge request!5609tempo update to 1.16.0-bb.0
......@@ -187,7 +187,8 @@ chains:
{{- end }}
{{- end }}
{{- if and .Values.tempo.enabled .Values.tempo.sso.enabled }}
{{- $tempoQueryEnabled := (dig "tempoQuery" "enabled" false .Values.tempo.values) }}
{{- if and $tempoQueryEnabled .Values.tempo.enabled .Values.tempo.sso.enabled }}
tempo:
match:
header: ":authority"
......
......@@ -88,8 +88,9 @@ cr:
password: "secret:grafana-auth:password"
{{- end }}
tracing:
enabled: {{ or .Values.tempo.enabled .Values.jaeger.enabled }}
{{- if and .Values.tempo.enabled (not .Values.jaeger.enabled)}}
{{- $tempoQueryEnabled := (dig "tempoQuery" "enabled" false .Values.tempo.values) }}
enabled: {{ or (and .Values.tempo.enabled $tempoQueryEnabled) .Values.jaeger.enabled }}
{{- if and $tempoQueryEnabled (not .Values.jaeger.enabled) }}
in_cluster_url: "http://tempo-tempo.tempo.svc.cluster.local:16686"
{{- $tracingUrl := first (dig "istio" "tempoQuery" "hosts" list .Values.tempo.values) }}
url: https://{{ tpl ($tracingUrl | default (printf "%s.%s" "tracing" $domainName )) . }}
......
......@@ -218,8 +218,7 @@ prometheus:
- name: "config-reloader"
imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.tempo.enabled }}
enableFeatures:
- remote-write-receiver
enableRemoteWriteReceiver: true
{{- end }}
podMetadata:
labels:
......
......@@ -810,11 +810,11 @@ tempo:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/tempo.git
path: "./chart"
tag: "1.11.0-bb.1"
tag: "1.16.0-bb.0"
helmRepo:
repoName: "registry1"
chartName: "tempo"
tag: "1.11.0-bb.1"
tag: "1.16.0-bb.0"
# -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public".
ingress:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment