-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CY-5242] [Bug]install-binary.sh returning 2 URLs for OS=linux breaking 'helm plugin install' on linux #50
Comments
Internal ticket created : CY-5242 |
we are facing the same issue hope that there is a fix soon |
Fast fix: Kahzerx@ead09b9 |
@johnphilipscs and @aelnaggar i've fixed both issues on this PR: https://github.com/codacy/helm-ssm/pull/52/files hope we have it merged soon. |
Bumping this issue and hoping to get the PR merged soon! |
doesn't work either :( here's a workaround i used for my .gitlab-ci.yaml after making my own
which i cribbed from |
There is no need to make own archive, we can download it right from github
|
Same happening here, using ROK8s scripts image from Fairwinds (Linux): https://rok8s-scripts.docs.fairwinds.com/ci-images/
|
Same here, got 2 links on a linux box during docker file creation. |
When this line is executed with OS=linux, a string containing 2 URLs are returned and then the download curl fails due to malformed URL:
helm-ssm/install-binary.sh
Line 62 in 7f64ef2
Here is what is returned:
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
Due to this
helm plugin install
always fails if run on OS that return linux to this line:helm-ssm/install-binary.sh
Line 32 in 7f64ef2
Seems have been result of arm addition causing 2 entries in releases to match grep for 'linux'
The text was updated successfully, but these errors were encountered: