diff --git a/chart/templates/velero/values.yaml b/chart/templates/velero/values.yaml
index 8e56d5981c3d6a205e6358618443482b81c71e9a..91b94ad14507ba82c78d927ba57cd093a1ebc198 100644
--- a/chart/templates/velero/values.yaml
+++ b/chart/templates/velero/values.yaml
@@ -55,7 +55,7 @@ initContainers:
 {{- range .Values.addons.velero.plugins }}
 {{- if eq . "aws" }}
   - name: velero-plugin-for-aws
-    image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.5.1
+    image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.5.2
     imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }}
     volumeMounts:
       - mountPath: /target
@@ -93,7 +93,7 @@ initContainers:
 {{- end }}
 {{- if eq . "csi" }}
   - name: velero-plugin-for-csi
-    image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.3.1
+    image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.3.2
     imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }}
     volumeMounts:
       - mountPath: /target
diff --git a/chart/values.yaml b/chart/values.yaml
index 43f5edab79eeebe3fc11b69984d0a8626e4aa4c8..cc46e679f64f803563d750a2c1d701b879896d8c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1347,7 +1347,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git
       path: "./chart"
-      tag: "2.31.8-bb.2"
+      tag: "2.31.8-bb.3"
 
     # -- Flux reconciliation overrides specifically for the Velero Package
     flux: {}