bacongobbler / helm-whatup

A Helm plugin to help users determine if there's an update available for their installed charts.
Other
84 stars 13 forks source link

Install script fails for Mac using versioning #11

Closed JJJJJones closed 5 years ago

JJJJJones commented 5 years ago

To a naive user (or API!) the latest version is 0.1.0, so helm installs using a deprecated install-binary.sh which causes problems for Macs as seen in #3 (releases are searched for a non-existent helm-whatup-0.1.0-macos-amd64.tar.gz). The master branch doesn't have this problem with install-binary.sh, correctly looking for helm-whatup-0.1.0-darwin-amd64.tar.gz.

Please make a new tag for the latest master.

bacongobbler commented 5 years ago

v0.2.0 has been released. Sorry for the delay.