diff --git a/chart/templates/tempo/values.yaml b/chart/templates/tempo/values.yaml
index a65424100cf7a218d4d44e9602bc983a0149b4e4..9cc8fb75eeb3eba980fbc0324b2392c4e713b9df 100644
--- a/chart/templates/tempo/values.yaml
+++ b/chart/templates/tempo/values.yaml
@@ -4,6 +4,11 @@
 
 {{- define "bigbang.defaults.tempo" -}}
 
+{{- if .Values.istio.enabled }}
+podAnnotations:
+  {{ include "istioAnnotation" . }}
+{{- end }}
+
 tempo:
   imagePullSecrets:
   - name: private-registry
diff --git a/chart/values.yaml b/chart/values.yaml
index fdef7535f744bb94d16bbc2e22977f4f6e3657b5..808ab971d27511783f6b15421ef422706828d314 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -469,7 +469,7 @@ tempo:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git
     path: "./chart"
-    tag: "0.12.2-bb.2"
+    tag: "0.12.2-bb.3"
 
   # -- Flux reconciliation overrides specifically for the Tempo Package
   flux: {}