diff --git a/chart/values.yaml b/chart/values.yaml
index 1c2d4e0541f65f90f16f02890c58bc5e8d124a6c..fb6a76c4e5250ea940e9a7ed34ffbff76486daff 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -110,7 +110,7 @@ networkPolicies:
   nodeCidr: ""
 
 # -- Global ImagePullPolicy value for all packages
-# Permitted values are: None, Always, IfNotPresent 
+# Permitted values are: None, Always, IfNotPresent
 imagePullPolicy: IfNotPresent
 
 
@@ -253,7 +253,7 @@ kiali:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/kiali.git
     path: "./chart"
-    tag: "1.42.0-bb.0"
+    tag: "1.44.0-bb.0"
 
   # -- Flux reconciliation overrides specifically for the Kiali Package
   flux: {}
@@ -415,7 +415,7 @@ fluentbit:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git
     path: "./chart"
-    tag: "0.19.3-bb.0"
+    tag: "0.19.9-bb.0"
 
   # -- Flux reconciliation overrides specifically for the Fluent-Bit Package
   flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 3bab446b1a5b36b151e9f83186e01869250af88f..5da9ac6c064a0d7bf0b7f75d3f46004bfc219a7d 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -290,7 +290,7 @@ monitoring:
   enabled: true
   sso:
     enabled: false
-    prometheus: 
+    prometheus:
       client_id: platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-prometheus
     alertmanager:
       client_id: platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-alertmanager
@@ -327,7 +327,7 @@ monitoring:
             revision: 1
             datasource: Prometheus
       downloadDashboards:
-        resources: 
+        resources:
           limits:
             cpu: 20m
             memory: 20Mi
@@ -1065,10 +1065,23 @@ addons:
     values:
       server:
         dataStorage:
-          enabled: true 
+          enabled: true
+      injector:
+        affinity: |
+          podAntiAffinity:
+            preferredDuringSchedulingIgnoredDuringExecution:
+              - weight: 100
+                podAffinityTerm:
+                  labelSelector:
+                    matchLabels:
+                      app.kubernetes.io/name: {{ template "vault.name" . }}-agent-injector
+                      app.kubernetes.io/instance: "{{ .Release.Name }}"
+                      component: webhook
+                  topologyKey: kubernetes.io/hostname
+ 
       bbtests:
         enabled: true
         cypress:
-          artifacts: true 
+          artifacts: true
           envs:
             cypress_vault_url: "https://vault.bigbang.dev"