zendesk / helm-secrets

DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere
Apache License 2.0
1.16k stars 155 forks source link

Helm plugin install specific version #122

Closed Jdavid7x closed 5 years ago

Jdavid7x commented 5 years ago

Hi,

When i try to install a specific version of helm secrets is getting an error.

helm plugin install https://github.com/futuresimple/helm-secrets --version=2.0.1
Error: requested version "2.0.1" does not exist for plugin "https://github.com/futuresimple/helm-secrets"

The version 2.0.1 appears on plugin.yaml in my localmachine. But when i go to the releases in your project the last one is 1.3.1

Can you review why is not posible to install the version 2.0.1 from the 'helm plugin install' command?

willejs commented 5 years ago

The repo needs a release cut and the commits tagged... dup of this https://github.com/futuresimple/helm-secrets/issues/96

szibis commented 5 years ago

Released https://github.com/futuresimple/helm-secrets/releases/tag/v2.0.2

Jdavid7x commented 5 years ago

Thanks