helm-secrets icon indicating copy to clipboard operation
helm-secrets copied to clipboard

Support helm v3

Open kzap opened this issue 5 years ago • 2 comments

Currently cant use Helm 3.0.0-alpha.2 with helm secrets install

I get this error

$ helm secrets install RELEASE-NAME CHART -f ./values.yaml
Error: unknown flag: --client
helm install: invalid option -- f
Error: plugin "secrets" exited with error

I believe this is because the format of helm install has changed in Helm V3 where there is no more --name and the release name is always required.

kzap avatar Jul 26 '19 15:07 kzap

Same issue for me also with Helm v3.0.0-beta.3. Do we expect the support anytime soon ?

nomis-rzp avatar Sep 20 '19 06:09 nomis-rzp

Partial reply: see this comment about the --client flag now added for backwards-compatibility, and Helm v3.0.0 release 😄 https://github.com/futuresimple/helm-secrets/issues/135#issuecomment-553523339

scottrigby avatar Nov 13 '19 17:11 scottrigby