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 · 0 comments
Open

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

kishanTakeda opened this issue Oct 26, 2023 · 0 comments
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
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

1 participant