From f9eb09487c4e17b7c40e53b8ac85c1a9b88b6f2f Mon Sep 17 00:00:00 2001
From: Brendon Lloyd <blloyd@revacomm.com>
Date: Wed, 27 Oct 2021 21:24:55 +0000
Subject: [PATCH] Bump fluentbit to 0.16.6.bb1

---
 chart/values.yaml        | 2 +-
 tests/ci/k3d/values.yaml | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 8f0db36c78..65d46eb9f4 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 9008e98164..5fb7ba60af 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 }}"
-- 
GitLab