diff --git a/src/main/helm/templates/network_policy.yaml b/src/main/helm/templates/network_policy.yaml
index 3c45efe0ab2c9a4bebeea91d5c10c97b77df6dd0..4e9d9c7de422715e176c1fa23533d30c65d19aa9 100644
--- a/src/main/helm/templates/network_policy.yaml
+++ b/src/main/helm/templates/network_policy.yaml
@@ -63,7 +63,7 @@ spec:
   - to:
     - podSelector:
         matchLabels:
-          component: ozg-mongodb
+          component: ozgcloud-mongodb
     ports:
       - port: 27017
         protocol: TCP
diff --git a/src/test/helm/network_policy_test.yaml b/src/test/helm/network_policy_test.yaml
index 9ec94b19f69f561153ddabc7b6d370996f74ffc2..faa110a6ec5e8c4ab8e069741914019edf67bb1a 100644
--- a/src/test/helm/network_policy_test.yaml
+++ b/src/test/helm/network_policy_test.yaml
@@ -91,7 +91,7 @@ tests:
             - to:
               - podSelector:
                   matchLabels:
-                    component: ozg-mongodb
+                    component: ozgcloud--mongodb
               ports:
                 - port: 27017
                   protocol: TCP