Skip to content

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

Open
@kishanTakeda

Description

@kishanTakeda

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions