Skip to content

Commit

Permalink
fix(module/aws): bump velero init containers to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Aug 4, 2023
1 parent c64a9bd commit 0ae3c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws/velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ae3c54

Please sign in to comment.