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

[CY-5496] cannot install current rel

Open dynnamitt opened this issue 3 years ago • 7 comments

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

dynnamitt avatar Jan 19 '22 12:01 dynnamitt

Internal ticket created : CY-5496

github-actions[bot] avatar Jan 19 '22 12:01 github-actions[bot]

I've encountered similar issue when try to install it in one of GHaction steps. Locally it installing fine.

vriabets-blackbird avatar Jan 24 '22 11:01 vriabets-blackbird

Same issue here

c-goosen avatar Mar 02 '22 09:03 c-goosen

same here. Any update?

andrii29 avatar May 11 '22 11:05 andrii29

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

andrii29 avatar May 11 '22 11:05 andrii29

Anything on this? EDIT: For me, this only happens if I specify a version. If I don't, it works fine!

saedx1 avatar Jun 13 '22 23:06 saedx1

I raised a PR for this issue - Fixing CURL issue #61

Arielbli avatar Jul 08 '22 13:07 Arielbli