From 2d037598c16e832e04a7fba3815e14c056eb8e9c Mon Sep 17 00:00:00 2001
From: Quentin Powell <quentin.powell@anchore.com>
Date: Fri, 25 Feb 2022 21:25:34 +0000
Subject: [PATCH] Upgrade tempo package dependencies

---
 chart/templates/istio/controlplane/values.yaml | 3 +--
 chart/templates/tempo/values.yaml              | 5 -----
 chart/values.yaml                              | 2 +-
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/chart/templates/istio/controlplane/values.yaml b/chart/templates/istio/controlplane/values.yaml
index c2ad56b5d8..fce58221cf 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 9cc8fb75ee..58e0286acf 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 932e73fe8d..305b9a06bd 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: {}
-- 
GitLab