Skip to content

Commit

Permalink
set role default version var to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Apr 19, 2024
1 parent 510a9e1 commit 5bcfc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for crictl

crictl_app: crictl
crictl_version: 1.29.0
crictl_version: 1.30.0
crictl_os: linux
crictl_arch: amd64
crictl_dl_url: https://github.com/kubernetes-sigs/cri-tools/releases/download/v{{ crictl_version }}/{{ crictl_app }}-v{{ crictl_version }}-{{ crictl_os }}-{{ crictl_arch }}.tar.gz
Expand Down

0 comments on commit 5bcfc85

Please sign in to comment.