diff --git a/chart/templates/minio/minio/values.yaml b/chart/templates/minio/minio/values.yaml
index 45995002c5ca7d61ee8073aa2b3b9d2656491fed..b5aa508860f139300a3c9462bf874023a0938a2d 100644
--- a/chart/templates/minio/minio/values.yaml
+++ b/chart/templates/minio/minio/values.yaml
@@ -13,6 +13,9 @@ minioRootCreds: minio-root-creds-secret
 monitoring:
   enabled: {{ .Values.monitoring.enabled }}
 
+networkPolicies:
+  enabled: {{ .Values.networkPolicies.enabled }}
+
 podAnnotations:
   sidecar.istio.io/inject: "true"
   traffic.sidecar.istio.io/includeInboundPorts: "*"
diff --git a/chart/values.yaml b/chart/values.yaml
index 2460bf738fdcf16d7ef9f482d735dcdf3afc47a7..d713128e720c8649259c77331c28b529ebf55880 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -472,7 +472,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
       path: "./chart"
-      tag: "2.0.9-bb.9"
+      tag: "2.0.9-bb.11"
 
     # -- Flux reconciliation overrides specifically for the Minio Package
     flux: {}