diff --git a/chart/templates/istio/controlplane/values.yaml b/chart/templates/istio/controlplane/values.yaml index c2ad56b5d8c899ede3e457822e93350b1af3f18a..fce58221cfc14d076ef127523f685bbb577aec6e 100644 --- a/chart/templates/istio/controlplane/values.yaml +++ b/chart/templates/istio/controlplane/values.yaml @@ -14,8 +14,7 @@ tracing: {{- end }} {{- if .Values.tempo.enabled }} enabled: {{ .Values.tempo.enabled }} - zipkin: - address: 'otel-collector.tempo.svc:9411' + address: 'tempo-tempo.tempo.svc' sampling: 100 max_path_tag_length: 99999 {{- end }} diff --git a/chart/templates/tempo/values.yaml b/chart/templates/tempo/values.yaml index 9cc8fb75eeb3eba980fbc0324b2392c4e713b9df..58e0286acf2d40f02739fcbc7731ff573d51e83a 100644 --- a/chart/templates/tempo/values.yaml +++ b/chart/templates/tempo/values.yaml @@ -13,11 +13,6 @@ tempo: imagePullSecrets: - name: private-registry -opentelemetryCollector: - enabled: {{ .Values.istio.enabled }} - imagePullSecrets: - - name: private-registry - tempo: pullPolicy: {{ .Values.imagePullPolicy }} diff --git a/chart/values.yaml b/chart/values.yaml index 932e73fe8d2b6bda12fd30427588cd186d067dff..305b9a06bd6318ec195fe65c3219a1b11b5f3663 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -503,7 +503,7 @@ tempo: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git path: "./chart" - tag: "0.12.2-bb.3" + tag: "0.14.1-bb.0" # -- Flux reconciliation overrides specifically for the Tempo Package flux: {}