kubeguard / guard

🔑 Kubernetes Authentication & Authorization WebHook Server
https://kubeguard.dev
Apache License 2.0
591 stars 81 forks source link

Download latest guard binary without specifying version #273

Closed Anumita closed 4 years ago

Anumita commented 4 years ago

As specified in the install guide, we need to specify v0.6.1 while doing a wget to install the guard binary. Is there a way we can download the latest version without specifying the version no. Something like "https://github.com/appscode/guard/releases/download/latest/guard-linux-amd64" would be great as we would not need to keep updating guard version in a automated scenario.

Anumita commented 4 years ago

Got the download link. Closing issue