Skip to content

Commit

Permalink
Merge pull request #19 from darkwizard242/feature/bump-istioctl-to-1.…
Browse files Browse the repository at this point in the history
…22.3

bump istioctl to 1.22.3
  • Loading branch information
darkwizard242 authored Jul 17, 2024
2 parents b2a1d72 + 7ee82bc commit ca1f428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
istioctl_app: istioctl
istioctl_version: 1.22.1
istioctl_version: 1.22.3
istioctl_os: linux
istioctl_architecture_map:
amd64: amd64
Expand All @@ -39,7 +39,7 @@ istioctl_file_mode: '0755'
Variable | Description
------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------
istioctl_app | Defines the app to install i.e. **istioctl**
istioctl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.22.1**
istioctl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.22.3**
istioctl_os | Defines os type. Used for obtaining the correct type of binaries based on OS type. Defaults to: **linux**
istioctl_architecture_map | Defines os architecture. Used to set the correct type of binaries based on OS System Architecture.
istioctl_dl_url | Defines URL to download the istioctl binary from.
Expand Down
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 istioctl

istioctl_app: istioctl
istioctl_version: 1.22.1
istioctl_version: 1.22.3
istioctl_os: linux
istioctl_architecture_map:
amd64: amd64
Expand Down

0 comments on commit ca1f428

Please sign in to comment.