diff --git a/chart/templates/mattermost/mattermost/values.yaml b/chart/templates/mattermost/mattermost/values.yaml
index 1a7a4eb2a940b92cefec9c53a49c2cbef9320c27..ece230d09b8127744f59230e2a7dcf8c1642a133 100644
--- a/chart/templates/mattermost/mattermost/values.yaml
+++ b/chart/templates/mattermost/mattermost/values.yaml
@@ -21,6 +21,9 @@ sso:
   user_api_endpoint: {{ .user_api_endpoint | default (printf "https://%s/api/v4/user" $.Values.sso.oidc.host) }}
 {{- end }}
 
+networkPolicies:
+  enabled: {{ .Values.networkPolicies.enabled }}
+
 global:
   imagePullSecrets:
     - name: private-registry
diff --git a/chart/values.yaml b/chart/values.yaml
index 6c2f916e3c584b12667ca89873fb567113478645..3b28f7caa7d303148628019126fc8cdd0d0a027d 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -810,7 +810,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
       path: "./chart"
-      tag: "0.1.5-bb.0"
+      tag: "0.1.6-bb.2"
 
     # -- Flux reconciliation overrides specifically for the Mattermost Package
     flux: {}