diff --git a/chart/templates/mattermost/operator/values.yaml b/chart/templates/mattermost/operator/values.yaml
index a1cf3a5bf3e38e44be7c2bffe4d60eeb03a372d3..8aac079a34242e675a804695214f32438bac7c44 100644
--- a/chart/templates/mattermost/operator/values.yaml
+++ b/chart/templates/mattermost/operator/values.yaml
@@ -5,4 +5,7 @@
 {{- define "bigbang.defaults.mattermostoperator" -}}
 imagePullSecrets:
   - name: private-registry
+
+networkPolicies:
+  enabled: {{ .Values.networkPolicies.enabled }}
 {{- end -}}
diff --git a/chart/values.yaml b/chart/values.yaml
index e780232bf5595dc9e506a8151da4136ec6d70914..001ce5264ac90182d6cc503ef7f0d72cf748c8cf 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -92,6 +92,11 @@ flux:
     timeout: 10m
     cleanupOnFail: true
 
+# -- Global NetworkPolicies settings
+networkPolicies:
+  # -- Toggle all package NetworkPolicies, can disable specific packages with `package.networkPolicies.enabled`
+  enabled: true
+
 # ----------------------------------------------------------------------------------------------------------------------
 # Istio
 #
@@ -736,7 +741,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git
       path: "./chart"
-      tag: "1.13.0-bb.2"
+      tag: "1.13.0-bb.3"
 
     # -- Flux reconciliation overrides specifically for the Mattermost Operator Package
     flux: {}