redhat-actions / openshift-tools-installer

Download, install and cache OpenShift binaries into your GitHub Actions runners.
https://github.com/marketplace/actions/openshift-tools-installer
MIT License
22 stars 21 forks source link

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

Open kishanTakeda opened 8 months ago

kishanTakeda commented 8 months ago

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