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

[BUG] Issue when download helm package file - https://mirror.openshift.com/pub/openshift-v4/clients/helm/3.14.4/sha256sum.txt #113

Open
lukaszkregielsanofi opened this issue Dec 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lukaszkregielsanofi
Copy link

We uses the fallowing piece of code as part of our workflow:

    - uses: redhat-actions/openshift-tools-installer@v1
      with:
        oc: "4"
        helm: "latest"

And from yesterday workflow is failling with the fallowing error:
 Error: Did not find file "helm-linux-amd64.tar.gz" in the given hash file 
From simple investigation I see that https://mirror.openshift.com/pub/openshift-v4/clients/helm/3.14.4/helm-linux-amd64.tar.gz redirects to https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/helm/3.14.4/helm-linux-amd64.tar.gz and works perectly, but second file - https://mirror.openshift.com/pub/openshift-v4/clients/helm/3.14.4/sha256sum.txt does not have redirerection and it gives 404 not found what finally finish workflow with an (above) error.

I guess that for some period of time we were using helm-linux-amd64.tar.gz along and/or sha256sum.txt from cache as we use cache, so change was done recently and it does not mean it was changed yesterday.

@lukaszkregielsanofi lukaszkregielsanofi added the bug Something isn't working label Dec 12, 2024
@michael-valdron
Copy link

Running into the same issue here on the devfile registry when downloading odo tool for our testing: devfile/api#1656 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants