From df4c439f3e40ba93cc41c07b6794762d37071470 Mon Sep 17 00:00:00 2001
From: "garcia.ryan" <garcia.ryan@solute.us>
Date: Fri, 28 May 2021 09:22:24 -0600
Subject: [PATCH] feat: Bumping eck-operator tag version

---
 chart/templates/logging/eck-operator/values.yaml | 3 +++
 chart/values.yaml                                | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/chart/templates/logging/eck-operator/values.yaml b/chart/templates/logging/eck-operator/values.yaml
index f94b954048..3cd8d756b5 100644
--- a/chart/templates/logging/eck-operator/values.yaml
+++ b/chart/templates/logging/eck-operator/values.yaml
@@ -13,6 +13,9 @@ podAnnotations:
   traffic.sidecar.istio.io/includeInboundPorts: "*"
   traffic.sidecar.istio.io/excludeInboundPorts: "9443"
 
+networkPolicies:
+  enabled: {{ .Values.networkPolicies.enabled }}
+
 imagePullSecrets:
   - name: private-registry
 {{- end -}}
diff --git a/chart/values.yaml b/chart/values.yaml
index 2258e0c95e..0eb9505370 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -283,7 +283,7 @@ eckoperator:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/eck-operator.git
     path: "./chart"
-    tag: "1.4.0-bb.1"
+    tag: "1.4.0-bb.2"
 
   # -- Flux reconciliation overrides specifically for the ECK Operator Package
   flux: {}
-- 
GitLab