diff --git a/chart/templates/vault/values.yaml b/chart/templates/vault/values.yaml
index ce05452058e59b0540477a695ac8bf5961c2a678..bc6316ca606def25b0e6232009f2c049c53ed61c 100644
--- a/chart/templates/vault/values.yaml
+++ b/chart/templates/vault/values.yaml
@@ -56,4 +56,10 @@ istio:
   vault:
     gateways:
       - istio-system/{{ default "public" .Values.addons.vault.ingress.gateway }}
+      
+minio:
+  {{- if .Values.istio.enabled }}
+  annotations:
+    {{ include "istioAnnotation" . }}
+  {{- end }}        
 {{- end -}}
diff --git a/chart/values.yaml b/chart/values.yaml
index 56b0556ccf1472e29b4b9b6443f333d00f18f877..0a213b3bfff95f6595b39e9dde1f817ebcf79739 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -661,7 +661,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
       path: "./chart"
-      tag: "4.4.3-bb.2"
+      tag: "4.4.3-bb.3"
 
     # -- Flux reconciliation overrides specifically for the Minio Package
     flux: {}
@@ -1044,7 +1044,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
       path: "./chart"
-      tag: "0.4.0-bb.3"
+      tag: "0.4.0-bb.4"
 
     # -- Flux reconciliation overrides specifically for the Mattermost Package
     flux: {}
@@ -1217,7 +1217,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
       path: "./chart"
-      tag: "0.18.0-bb.6"
+      tag: "0.18.0-bb.7"
 
     # -- Flux reconciliation overrides specifically for the Vault Package
     flux: {}