diff --git a/README.md b/README.md index 48d53e1..f9ce4d5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/defaults/main.yml b/defaults/main.yml index 0fa711e..4198085 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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