diff --git a/chart/values.yaml b/chart/values.yaml
index 51686882f866db99221cc0c5771131e2ce06c73a..576fbee36579ec37f86ca2b91380a29eb01d024e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -552,7 +552,7 @@ tempo:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git
     path: "./chart"
-    tag: "0.14.2-bb.1"
+    tag: "0.14.2-bb.3"
 
   # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`).  The default is "public".
   ingress:
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 3051bcb487bbd9fcd73a56c676dbe7a24518c815..20bc84cb3222eb3cb90e31c2a2507b2703f021b1 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -510,6 +510,19 @@ tempo:
         requests:
           cpu: 200m
           memory: 128Mi
+    bbtests:
+      enabled: true
+      cypress:
+        artifacts: true
+        envs:
+          cypress_url: 'https://tempo.bigbang.dev'
+          cypress_tempo_datasource: 'http://tempo-tempo.tempo.svc:3100'
+          cypress_check_datasource: 'true'
+          cypress_grafana_url: 'https://grafana.bigbang.dev'
+      scripts:
+        image: registry1.dso.mil/ironbank/big-bang/base:1.2.0
+        envs:
+          TEMPO_METRICS_URL: 'http://tempo-tempo.tempo.svc:3100'
 
     persistence:
       enabled: true