helm-secrets
helm-secrets copied to clipboard
helm-secrets does not migrate or install with latest helm3
Running the helm 3.0.2 2to3
plugin to migrate, helm-secrets does not appear on the list of plugins
$ helm3 plugin list
NAME VERSION DESCRIPTION
2to3 0.2.1 migrate and cleanup Helm v2 configuration and releases in-place to Helm v3
github 0.2.0 This plugin installs or upgrades raw Helm charts from Github
Attempting to re-install fails:
$ helm3 plugin install https://github.com/futuresimple/helm-secrets
Error: Unable to update repository: exit status 1
Hi @ArcticSnowman, have you found a solution in the meantime? I am verifying that everything I use is compatible with Helm 3 before upgrading.
No... I've stayed with Helm V2 for now..
@ArcticSnowman Ouch. I was looking to upgrade everywhere today :(
@vitobotta I'm using it with helm 3 and everything is working well also you can have both versions installed on you systems and migrate deployments one by one
@mdarii Wonderful, thanks!