-
Notifications
You must be signed in to change notification settings - Fork 403
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
Shasum fail when running the curl install via bash #651
Comments
@marcofranssen It looks like the most recent version isn't resolving correctly 🤔. I ran the script locally on my MacOS and it worked fine. You can see the URL difference in this output
|
Correct. So must be issue on Linux. Anyhow for Github actions I made now a setup action which simplifies adding chartmuseum to any workflow. |
@marcofranssen Can you share what flavor of Linux you are using? I tested in an Ubuntu container and everything worked. |
It happened all of a sudden on a GitHub actions runner. Using ubuntu-22.04 In my current version of the workflow I'm using my github action that does not use the bash script anymore. |
$ curl https://raw.githubusercontent.com/helm/chartmuseum/main/scripts/get-chartmuseum | bash Downloading https://get.helm.sh/chartmuseum--linux-amd64.tar.gz Verifying checksum... SHA sum of /tmp/chartmuseum-installer-6ohEdG/chartmuseum--linux-amd64.tar.gz does not match. Aborting.
Initially detected in this workflow https://github.com/philips-labs/helm-charts/actions/runs/3765362143/jobs/6400755178
The text was updated successfully, but these errors were encountered: