diff --git a/chart/values.yaml b/chart/values.yaml
index 2e211754ac59a27beeda56da2816702aafd2ea80..077bbcadb0a037c1c5b9ecbdc2229ac27b6821a9 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -481,23 +481,10 @@ twistlock:
   # -- Post Renderers.  See docs/postrenders.md
   postRenderers: []
 
+#
 # ----------------------------------------------------------------------------------------------------------------------
 #
 addons:
-  vault:
-    # -- Toggle deployment of Vault.
-    enabled: true
-    git:
-      repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
-      path: "./chart"
-      branch: "deploy-vault"
-    # -- Flux reconciliation overrides specifically for the Twistlock Package
-    flux: {}
-    ingress:
-      gateway: ""
-    values: {}
-    postRenderers: []
-# ----------------------------------------------------------------------------------------------------------------------  
   argocd:
     # -- Toggle deployment of ArgoCD.
     enabled: false
@@ -1142,8 +1129,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
       path: "./chart"
-      #tag: "0.1.0-bb.0"
-      branch: "finalization"
+      tag: "0.1.0-bb.0"
 
     # -- Flux reconciliation overrides specifically for the Vault Package
     flux: {}
@@ -1153,10 +1139,7 @@ addons:
       gateway: ""
 
     # -- Values to passthrough to the vault chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
-    values:
-      injector:
-        leaderElector:
-          enabled: false
+    values: {}
 
     # -- Post Renderers.  See docs/postrenders.md
     postRenderers: []