Skip to content

Commit 89d6608

Browse files
wtripp180901github-actions[bot]
authored andcommitted
Update velero-cli to v1.17.0
1 parent 541791f commit 89d6608

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.2
13+
velero_cli_version: v1.17.0
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)