diff --git a/chart/templates/gatekeeper/values.yaml b/chart/templates/gatekeeper/values.yaml
index 6854e0c381bab06da38edc65fa1caecbdee38438..5401c2413cd06491fcfa5aba3d11c81f434f0e98 100644
--- a/chart/templates/gatekeeper/values.yaml
+++ b/chart/templates/gatekeeper/values.yaml
@@ -4,8 +4,13 @@
 
 {{- define "bigbang.defaults.gatekeeper" -}}
 disableValidatingWebhook: true
-createNamespace: false
 image:
   pullSecrets:
   - name: private-registry
+postInstall:
+  labelNamespace:
+    enabled: false
+    image:
+      pullSecrets:
+      - name: private-registry
 {{- end -}}
diff --git a/chart/values.yaml b/chart/values.yaml
index d46b00778cc1ae29739a39a0059aa1c99a029cbe..2533621f1cddc5e55757f5ecdb9b2bd6390b107e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -230,7 +230,7 @@ gatekeeper:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/policy.git
     path: "./chart"
-    tag: "3.3.0-bb.4"
+    tag: "3.4.0-bb.0"
 
   # -- Flux reconciliation overrides specifically for the OPA Gatekeeper Package
   flux: {}