Skip to content

Commit

Permalink
set doc version var to 1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Jul 13, 2024
1 parent 15dcc56 commit f853e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
crictl_app: crictl
crictl_version: 1.30.0
crictl_version: 1.30.1
crictl_os: "{{ ansible_system | lower }}"
crictl_architecture_map:
amd64: amd64
Expand All @@ -38,7 +38,7 @@ crictl_file_group: root
Variable | Description
----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------
crictl_app | Defines the app to install i.e. **crictl**
crictl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.30.0**
crictl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.30.1**
crictl_os | Defines os type.
crictl_architecture_map | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture.
crictl_dl_url | Defines URL to download the crictl binary from.
Expand Down

0 comments on commit f853e80

Please sign in to comment.