diff --git a/chart/dev-k3d-values.yaml b/chart/dev-k3d-values.yaml
index 9529744d12f5fe39fe4999ead6e2222c4f9cc342..2790118a2a7169cd5c9f78232a6f56c319811d2a 100644
--- a/chart/dev-k3d-values.yaml
+++ b/chart/dev-k3d-values.yaml
@@ -7,5 +7,11 @@ gatekeeper:
     violations:
       allowedDockerRegistries:
         match:
-          excludedNamespaces: 
-            - istio-system 
\ No newline at end of file
+          excludedNamespaces:
+          # Allows load balancer images for k3d from public repo
+          - istio-system
+      hostNetworking:
+        match:
+          excludedNamespaces:
+          # Allows load balancer containers to map ports for k3d
+          - istio-system
\ No newline at end of file
diff --git a/chart/values.yaml b/chart/values.yaml
index 4eede315338bce573d5b95e14143de61257f9f65..ebd0e0ab2e3aa2a1ef1c58a16134b54f7088bd28 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -260,7 +260,7 @@ clusterAuditor:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor.git
     path: "./chart"
-    tag: "0.3.0-bb.5"
+    tag: "0.3.0-bb.6"
 
   # -- Flux reconciliation overrides specifically for the Cluster Auditor Package
   flux: {}
@@ -281,7 +281,7 @@ gatekeeper:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/policy.git
     path: "./chart"
-    tag: "3.5.1-bb.13"
+    tag: "3.5.1-bb.15"
 
   # -- Flux reconciliation overrides specifically for the OPA Gatekeeper Package
   flux:
diff --git a/tests/ci/k3d/values.yaml b/tests/ci/k3d/values.yaml
index 33b1bdb914992e8ae38e9027fde8b03ffa808b99..02ca3e588b6ff906dc3b91d48b74a15de3fd933e 100644
--- a/tests/ci/k3d/values.yaml
+++ b/tests/ci/k3d/values.yaml
@@ -88,8 +88,14 @@ gatekeeper:
     violations:
       allowedDockerRegistries:
         match:
-          excludedNamespaces: 
-            - istio-system # allows creation for loadbalancer pods for various ports and various vendor loadbalancers
+          excludedNamespaces:
+          # Allows load balancer images for k3d from public repo
+          - istio-system
+      hostNetworking:
+        match:
+          excludedNamespaces:
+          # Allows load balancer containers to map ports for k3d
+          - istio-system
 
 twistlock:
   enabled: true