diff --git a/chart/values.yaml b/chart/values.yaml
index 56eec970b5db1f10747d130bf838c648a0322817..41fc9e5833e84a047ffc1acd3539bd8afc0ca4ca 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -174,11 +174,11 @@ istio:
   git:
     repo: https://repo1.dso.mil/big-bang/product/packages/istio-controlplane.git
     path: "./chart"
-    tag: "1.22.3-bb.0"
+    tag: "1.22.3-bb.1"
   helmRepo:
     repoName: "registry1"
     chartName: "istio"
-    tag: "1.22.3-bb.0"
+    tag: "1.22.3-bb.1"
     # -- If the HelmRelease should verify the cosign signature of the HelmRepo (only relevant if Repo is OCI).  Set to 'false' to disable verification.
     # cosignVerify:
 
@@ -648,11 +648,11 @@ fluentbit:
   git:
     repo: https://repo1.dso.mil/big-bang/product/packages/fluentbit.git
     path: "./chart"
-    tag: "0.47.2-bb.0"
+    tag: "0.47.3-bb.0"
   helmRepo:
     repoName: "registry1"
     chartName: "fluentbit"
-    tag: "0.47.2-bb.0"
+    tag: "0.47.3-bb.0"
 
   # -- Flux reconciliation overrides specifically for the Fluent-Bit Package
   flux: {}
@@ -701,11 +701,11 @@ loki:
   git:
     repo: https://repo1.dso.mil/big-bang/product/packages/loki.git
     path: "./chart"
-    tag: "6.6.4-bb.6"
+    tag: "6.7.1-bb.0"
   helmRepo:
     repoName: "registry1"
     chartName: "loki"
-    tag: "6.6.4-bb.6"
+    tag: "6.7.1-bb.0"
 
   # -- Flux reconciliation overrides specifically for the Loki Package
   flux: {}
@@ -984,11 +984,11 @@ twistlock:
   git:
     repo: https://repo1.dso.mil/big-bang/product/packages/twistlock.git
     path: "./chart"
-    tag: "0.15.0-bb.15"
+    tag: "0.15.0-bb.16"
   helmRepo:
     repoName: "registry1"
     chartName: "twistlock"
-    tag: "0.15.0-bb.15"
+    tag: "0.15.0-bb.16"
 
   # -- Flux reconciliation overrides specifically for the Twistlock Package
   flux: {}
@@ -1188,11 +1188,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/gitlab.git
       path: "./chart"
-      tag: "8.1.2-bb.1"
+      tag: "8.1.2-bb.3"
     helmRepo:
       repoName: "registry1"
       chartName: "gitlab"
-      tag: "8.1.2-bb.1"
+      tag: "8.1.2-bb.3"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Package
     flux: {}
@@ -1302,12 +1302,12 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git
       path: "./chart"
-      tag: "0.65.0-bb.3"
+      tag: "0.66.0-bb.0"
 
     helmRepo:
       repoName: "registry1"
       chartName: "gitlab-runner"
-      tag: "0.65.0-bb.3"
+      tag: "0.66.0-bb.0"
       
 
     # -- Flux reconciliation overrides specifically for the Gitlab Runner Package
@@ -1531,11 +1531,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git
       path: "./chart"
-      tag: "2.7.0-bb.1"
+      tag: "2.7.0-bb.2"
     helmRepo:
       repoName: "registry1"
       chartName: "anchore"
-      tag: "2.7.0-bb.1"
+      tag: "2.7.0-bb.2"
 
     # -- Flux reconciliation overrides specifically for the Anchore Package
     flux:
@@ -1778,11 +1778,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/keycloak.git
       path: "./chart"
-      tag: "2.4.3-bb.1"
+      tag: "2.4.3-bb.2"
     helmRepo:
       repoName: "registry1"
       chartName: "keycloak"
-      tag: "2.4.3-bb.1"
+      tag: "2.4.3-bb.2"
 
     database:
       # -- Hostname of a pre-existing database to use for Keycloak.
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 7c0844c53d52ac23edb2f39506540e13a76b77e0..bee78141d36a906b48bc1d645b6dd8f17440958e 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -79,10 +79,6 @@ istio:
       dashboard:
         auth:
           strategy: "anonymous"
-    values:
-      pilot:
-        env:
-          "ENABLE_NATIVE_SIDECARS": "true"
 
 jaeger:
   enabled: false