diff --git a/chart/templates/logging/eck-operator/values.yaml b/chart/templates/logging/eck-operator/values.yaml index f94b954048b7eafe23a5a4c4384fa401acab8a75..3cd8d756b56c2b3ff015df0190578897e43fa264 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 2258e0c95e3c047df7a8bffd6867da4265480bee..0eb95053709c8010fcd56a73afd3a772b8b03611 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: {}