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-secrets does not migrate or install with latest helm3 #145

Open ArcticSnowman opened 4 years ago

ArcticSnowman commented 4 years ago

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
vitobotta commented 4 years ago

Hi @ArcticSnowman, have you found a solution in the meantime? I am verifying that everything I use is compatible with Helm 3 before upgrading.

ArcticSnowman commented 4 years ago

No... I've stayed with Helm V2 for now..

vitobotta commented 4 years ago

@ArcticSnowman Ouch. I was looking to upgrade everywhere today :(

mdarii commented 4 years ago

@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

vitobotta commented 4 years ago

@mdarii Wonderful, thanks!