Skip to content

Commit a772aac

Browse files
Update velero-cli to v1.16.2 (#930)
Co-authored-by: CloudyBug <[email protected]>
1 parent f392d1c commit a772aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/velero/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ velero_enabled: false
1010

1111
# Velero CLI archive URL
1212
velero_cli_repo: https://github.com/vmware-tanzu/velero
13-
velero_cli_version: v1.16.1
13+
velero_cli_version: v1.16.2
1414
velero_cli_os: "{{ ansible_system | lower }}"
1515
velero_cli_arch: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"
1616
velero_cli_archive_name: >-

0 commit comments

Comments
 (0)