diff --git a/README.md b/README.md index 885b1df53e..2c90ca25fd 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ including Terraform, Puppet and systemd. Get a ready built version of tarmak from [the releases page](https://github.com/jetstack/tarmak/releases): - $ wget https://github.com/jetstack/tarmak/releases/download/0.6.2-rc2/tarmak_0.6.2-rc2_linux_amd64 - $ mv tarmak_0.6.2-rc2_linux_amd64 tarmak + $ wget https://github.com/jetstack/tarmak/releases/download/0.6.2/tarmak_0.6.2_linux_amd64 + $ mv tarmak_0.6.2_linux_amd64 tarmak $ chmod +x tarmak If you want compile from source, follow the [build diff --git a/terraform/amazon/templates/bastion_user_data.yaml.template b/terraform/amazon/templates/bastion_user_data.yaml.template index edb594c0fd..9e397b0f50 100644 --- a/terraform/amazon/templates/bastion_user_data.yaml.template +++ b/terraform/amazon/templates/bastion_user_data.yaml.template @@ -68,7 +68,7 @@ write_files: {{- else }} Environment=AIRWORTHY_VERSION=0.2.0 Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d - Environment=WING_VERSION=0.6.2-rc2 + Environment=WING_VERSION=0.6.2 ExecStartPre=/bin/sh -c '\ set -e ;\ test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\ diff --git a/terraform/amazon/templates/puppet_agent_user_data.yaml.template b/terraform/amazon/templates/puppet_agent_user_data.yaml.template index 59b7665669..6d646a14a8 100644 --- a/terraform/amazon/templates/puppet_agent_user_data.yaml.template +++ b/terraform/amazon/templates/puppet_agent_user_data.yaml.template @@ -25,7 +25,7 @@ write_files: {{- else }} Environment=AIRWORTHY_VERSION=0.2.0 Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d - Environment=WING_VERSION=0.6.2-rc2 + Environment=WING_VERSION=0.6.2 ExecStartPre=/bin/sh -c '\ set -e ;\ test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\