Skip to content
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

Download helm curl command does not fetch the correct tar ball #1525

Open
jameskim0987 opened this issue Mar 4, 2022 · 0 comments
Open

Download helm curl command does not fetch the correct tar ball #1525

jameskim0987 opened this issue Mar 4, 2022 · 0 comments

Comments

@jameskim0987
Copy link

In this helm installation link, https://zenko.readthedocs.io/en/latest/installation/install/install_helm.html, the download helm curl command (curl -LO "https://get.helm.sh/helm-v{{version-number}}-linux-amd64.tar.gz") does not fetch the correct tar ball.

That command fetches a file of type XML 1.0 document, UTF-8 Unicode (with BOM) text and this is untar-able.

The correct way to fetch the tarball is to go to helm's github release pages and download the tarball directly from there.
The correct tarball file type is gzip compressed data, last modified: Wed Jun 10 19:04:20 2020, from Unix

You can check by running file <fileName in terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant