devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
367 stars 44 forks source link

Helm has no versions in cache.json #157

Closed eagafonov closed 2 years ago

eagafonov commented 2 years ago

https://github.com/devops-works/binenv/blob/a755fd9516a63162f89f7d0d331870ded3b795f6/distributions/cache.json#L2658

$ binenv version
binenv version 0.12.0 (built 2021-08-06T06:27:10Z)

$ binenv update helm
2021-09-27T14:31:40-07:00 INF retrieving distribution cache from https://raw.githubusercontent.com/devops-works/binenv/develop/distributions/cache.json
2021-09-27T14:31:40-07:00 INF fetched updates for 195 distributions

$ binenv versions helm
# Most recent first; legend: active, installed, available
helm: 
leucos commented 2 years ago

Thanks for the report. Seems that latest cache solves this. Do you confirm ?

(dups #156)

eagafonov commented 2 years ago

Problem with helm is fixed.

Though some other distributions have no versions:

eagafonov commented 2 years ago

Let's move discussion to #156 Fell free to close this dup