diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6a8f22563cb230edf72900c9740d4e923fc51ac..d94a5ebd763d70757ee3a80c311e6b028b0976a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ---
 
+## [8.4.0-bb.2] - 2025-03-28
+
+### Added
+
+- Added Dynamic Network Policy
+
 ## [8.4.0-bb.1] - 2025-03-28
 
 ### Changed
diff --git a/README.md b/README.md
index a1f23e6d0d82474358159a1131e552643039980c..d90070e1df1f091c3cef8ec3516d3fc247b1fc2d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
 # velero
 
-![Version: 8.4.0-bb.1](https://img.shields.io/badge/Version-8.4.0--bb.1-informational?style=flat-square) ![AppVersion: 1.15.2](https://img.shields.io/badge/AppVersion-1.15.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
+![Version: 8.4.0-bb.2](https://img.shields.io/badge/Version-8.4.0--bb.2-informational?style=flat-square) ![AppVersion: 1.15.2](https://img.shields.io/badge/AppVersion-1.15.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
 
 A Helm chart for velero
 
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 8afefc07526f72099052fa32b6eb10cfba37c29f..c9ee14e4ed2dc72f0cbfe620856db2fbfd30e535 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: 1.15.2
 kubeVersion: ">=1.16.0-0"
 description: A Helm chart for velero
 name: velero
-version: 8.4.0-bb.1
+version: 8.4.0-bb.2
 home: https://github.com/vmware-tanzu/velero
 icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
 sources:
diff --git a/chart/templates/bigbang/networkpolicies/allow-istio.yaml b/chart/templates/bigbang/networkpolicies/allow-istio.yaml
index 428084a051e4e8f1c1c16bb56e31fdeed4855ee4..2ee2d9e10a67e7f1e82385482f6575c614771b31 100644
--- a/chart/templates/bigbang/networkpolicies/allow-istio.yaml
+++ b/chart/templates/bigbang/networkpolicies/allow-istio.yaml
@@ -12,7 +12,11 @@ spec:
   - to:
     - namespaceSelector:
         matchLabels:
-          app.kubernetes.io/name: istio-controlplane
+          {{- if .Values.networkPolicies.istioNamespaceSelector }}
+          app.kubernetes.io/name: {{ .Values.networkPolicies.istioNamespaceSelector.egress }}
+          {{- else }}
+          app.kubernetes.io/name: "istio-controlplane"
+          {{- end }}
       podSelector:
         matchLabels:
           istio: pilot