-
Notifications
You must be signed in to change notification settings - Fork 54
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
Installing chart-verifier from openshift-tools-installer fails due to release asset being malformed #463
Comments
Here is the path inside your github actions workflow that duplicates the tgz extension:
|
I opened a PR that will hopefully address this issue. |
Good catch. I've renamed the tarball in the latest release to |
Thanks for renaming it. For some reason I am still having my issue
But I think I'm on the right track, and am happy about the edit regardless. I will update here if I learn anything more, but I might need to be searching for an issue in the openshift-tools-installer instead. |
Closing the loop on this - I addressed @jessesimpson36's subsequent concern - see #464 (comment) |
I confirmed that the hotfix from your comment was enough to make my CI pipeline pass. Thanks again! |
This should be all sorted. Closing this out. |
Hey all,
My company writes a CI pipeline that makes use of the chart-verifier, but lately our builds have been failing.
The error reads:
I thought this was odd, so I went to the openshift-tools-installer code:
https://github.com/redhat-actions/openshift-tools-installer/blob/bee649bbedc67b5bfc2f2de4b19498e11c2e8775/src/installer/install.ts#L76-L95
It looks like it expects the release assets to be of a certain format. When I check the releases in this chart-verifier repo, I see that the asset for the latest release is
chart-verifier.tgz-1.13.6.tgz
Could someone please rename this to
chart-verifier-1.13.6.tgz
?The text was updated successfully, but these errors were encountered: