UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f95e9245 authored by mr-bot's avatar mr-bot Committed by Ryan Garcia
Browse files

Updated tempo git tag

parent b22d6ae3
No related branches found
No related tags found
1 merge request!2504Updated tempo git tag
......@@ -183,6 +183,11 @@ grafana:
envFromSecret: grafana-env-secret
{{- end }}
{{- if .Values.tempo.enabled }}
env:
GF_FEATURE_TOGGLES_ENABLE: "traceqlEditor tempoSearch tempoServiceGraph"
{{- end }}
image:
pullPolicy: {{ .Values.imagePullPolicy }}
pullSecrets:
......@@ -431,7 +436,6 @@ prometheusOperator:
{{- if and (dig "additionalScrapeConfigs" list $default) (dig "additionalScrapeConfigs" list $overlay) }}
{{ $_ := set $overlay "additionalScrapeConfigs" (concat $default.additionalScrapeConfigs $overlay.additionalScrapeConfigs) }}
{{- end }}
{{- end }}
{{- end }}
......
......@@ -615,7 +615,7 @@ tempo:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git
path: "./chart"
tag: "0.16.1-bb.3"
tag: "1.0.0-bb.1"
# -- 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