helm-ssm
helm-ssm copied to clipboard
[CY-5496] cannot install current rel
cannot download and install:
helm version version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.17.4"}
$ helm plugin install https://github.com/codacy/helm-ssm
Downloading https://github.com/codacy/helm-ssm/releases/download/3.1.9/helm-ssm-linux-arm.tgz
https://github.com/codacy/helm-ssm/releases/download/3.1.9/helm-ssm-linux.tgz
curl: (3) URL using bad/illegal format or missing URL
Failed to install helm-ssm
For support, go to https://github.com/codacy/helm-ssm.
Error: plugin install hook for "ssm" exited with error
$ helm ssm
Error: fork/exec /home/kdm/.local/share/helm/plugins/helm-ssm/helm-ssm: no such file or directory
$ helm plugin list
NAME VERSION DESCRIPTION
cm-push 0.10.1 Push chart package to ChartMuseum
ssm dev Inject AWS SSM parameters into Helm values files
Internal ticket created : CY-5496
I've encountered similar issue when try to install it in one of GHaction steps. Locally it installing fine.
Same issue here
same here. Any update?
helm plugin add --version 3.1.8 https://github.com/codacy/helm-ssm
Downloading https://github.com/codacy/helm-ssm/releases/download/3.1.9/helm-ssm-linux-arm.tgz
https://github.com/codacy/helm-ssm/releases/download/3.1.9/helm-ssm-linux.tgz
curl: (3) Illegal characters found in URL
Failed to install helm-ssm
For support, go to https://github.com/codacy/helm-ssm.
Error: plugin install hook for "ssm" exited with error
UPD: ubuntu 18
Anything on this? EDIT: For me, this only happens if I specify a version. If I don't, it works fine!
I raised a PR for this issue - Fixing CURL issue #61