diff --git a/chart/templates/anchore/namespace.yaml b/chart/templates/anchore/namespace.yaml
index abe004a14bb33124bdb190feadc1b75429450eaa..6b49b10187a879c4a5b43d36eb1ff51a7b8d10b1 100644
--- a/chart/templates/anchore/namespace.yaml
+++ b/chart/templates/anchore/namespace.yaml
@@ -6,6 +6,6 @@ metadata:
     app.kubernetes.io/name: anchore
     app.kubernetes.io/component: "security"
     {{- include "commonLabels" . | nindent 4}}
-    istio-injection: disabled
+    istio-injection: enabled
   name: anchore
 {{- end }}
\ No newline at end of file
diff --git a/chart/values.yaml b/chart/values.yaml
index b3fba795e0cdd9a2a85938d0146d23a3ee8adfd2..0dbbb561a4ee2be16ea5558126bc4f39940c0fd6 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -825,7 +825,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git
       path: "./chart"
-      tag: "1.13.0-bb.7"
+      tag: "1.13.0-bb.8"
 
     # -- Flux reconciliation overrides specifically for the Anchore Package
     flux:
diff --git a/tests/ci/k3d/values.yaml b/tests/ci/k3d/values.yaml
index 4881f4b2038e8a6473eb94abadb0f106e84b1d1f..a61396e3cf36b12b3b165d93fd79b432e587ef17 100644
--- a/tests/ci/k3d/values.yaml
+++ b/tests/ci/k3d/values.yaml
@@ -288,6 +288,7 @@ addons:
               memory: 200Mi
             limits: {}
       anchoreAnalyzer:
+        replicaCount: 1
         resources:
           requests:
             cpu: 100m