diff --git a/chart/values.yaml b/chart/values.yaml
index 8f0db36c785b00a651a19716abedb9d2c17f8884..65d46eb9f4e7167e3c7ddca825f6d13fcd3e00e1 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -377,7 +377,7 @@ fluentbit:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git
     path: "./chart"
-    tag: "0.16.6-bb.0"
+    tag: "0.16.6-bb.1"
 
   # -- Flux reconciliation overrides specifically for the Fluent-Bit Package
   flux: {}
diff --git a/tests/ci/k3d/values.yaml b/tests/ci/k3d/values.yaml
index 9008e981640ab26ffc9f988177ca2fd711b4f3db..5fb7ba60af7220f9ad2f50f91ef833fb7cb439b0 100644
--- a/tests/ci/k3d/values.yaml
+++ b/tests/ci/k3d/values.yaml
@@ -65,11 +65,9 @@ fluentbit:
     securityContext:
       privileged: true
     bbtests:
-      # TODO: Connection refused on the test currently
-      # https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit/-/issues/18
+      enabled: true
       scripts:
-        # Image commented out to disable the test since the BB Test Lib version being used doesn't have the enabled flag
-        # image: registry1.dso.mil/ironbank/stedolan/jq:1.6
+        image: registry1.dso.mil/ironbank/stedolan/jq:1.6
         envs:
           fluent_host: "http://{{ include \"fluent-bit.fullname\" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.port }}"
           desired_version: "{{ .Values.image.tag }}"