diff --git a/chart/templates/kiali/values.yaml b/chart/templates/kiali/values.yaml index 7ac678e17fc751099a5b288417523a03fa935869..149a1378e3c7e31afa6da99429d61c77f9389a8e 100644 --- a/chart/templates/kiali/values.yaml +++ b/chart/templates/kiali/values.yaml @@ -70,9 +70,15 @@ cr: password: "secret:grafana-auth:password" {{- end }} tracing: - enabled: {{ .Values.jaeger.enabled }} + enabled: {{ or .Values.tempo.enabled .Values.jaeger.enabled }} + {{- if and .Values.tempo.enabled (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 )) . }} + {{- else}} {{- $tracingUrl := first (dig "istio" "jaeger" "hosts" list .Values.jaeger.values) }} url: https://{{ tpl ($tracingUrl | default (printf "%s.%s" "tracing" $domainName )) . }} + {{- end }} istio: component_status: components: diff --git a/chart/values.yaml b/chart/values.yaml index 44782c3b33d6c8c23ca590d58ac4c52efe8e820d..3568d5f8ec3fe4a665185f9037f56ceab4d67035 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -296,7 +296,7 @@ kiali: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/kiali.git path: "./chart" - tag: "1.47.0-bb.3" + tag: "1.47.0-bb.4" # -- Flux reconciliation overrides specifically for the Kiali Package flux: {} @@ -527,7 +527,7 @@ tempo: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git path: "./chart" - tag: "0.14.2-bb.0" + tag: "0.14.2-bb.1" # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". ingress: