diff --git a/modules/aws/velero.tf b/modules/aws/velero.tf index b05a5fca3..1f12da220 100644 --- a/modules/aws/velero.tf +++ b/modules/aws/velero.tf @@ -51,13 +51,13 @@ credentials: useSecret: false initContainers: - name: velero-plugin-for-aws - image: velero/velero-plugin-for-aws:v1.7.0 + image: velero/velero-plugin-for-aws:v1.7.1 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target name: plugins - name: velero-plugin-for-csi - image: velero/velero-plugin-for-csi:v0.5.0 + image: velero/velero-plugin-for-csi:v0.5.1 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target