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] Error installing Helm: File not found in hash file #99

Open
kishanTakeda opened this issue Oct 26, 2023 · 1 comment
Open

[BUG] Error installing Helm: File not found in hash file #99

kishanTakeda opened this issue Oct 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kishanTakeda
Copy link

Description:
I encountered an issue while using the redhat-actions/openshift-tools-installer action in my GitHub Actions workflow. The issue seems to be related to the installation of Helm, and I received the following error:

Error: Error: Error: Did not find file "helm-linux-amd64.tar.gz" in the given hash file

Action Context:

    - name: Install CLI tools from OpenShift Mirror
        # https://github.com/redhat-actions/openshift-tools-installer
        uses: redhat-actions/openshift-tools-installer@v1
        with:
          source: "mirror"
          oc: "latest"
          helm: "latest"

I could also see that example_mirror.yml fails during executions here as well.

image

@kishanTakeda kishanTakeda added the bug Something isn't working label Oct 26, 2023
X-dark added a commit to X-dark/openshift-tools-installer that referenced this issue Dec 13, 2024
File location is not always in the same location as
the directory. Fetch real url from dir listing.

Fixes redhat-actions#113

Fixes redhat-actions#99
@komish
Copy link
Contributor

komish commented Dec 13, 2024

This should be fixed. There was a broken redirect at the CDN. Let us know if you see further issues.

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