Skip to content

"helm plugin install https://github.com/databus23/helm-diff" fails - download url incorrect #265

@scottgrover

Description

@scottgrover

Tl;dr:

this plugin install fails when trying to build a docker container. I believe this is caused by an uninitialized download url variable in the build.sh script.

Info:

While building a docker container today, I was trying to install helm-diff. Below is the step that it fails on during my Docker build.

As defined in the docker file:
RUN helm plugin install https://github.com/databus23/helm-diff

Docker output:

 ---> Running in d5955ed2182d
Downloading 
curl: (3) URL using bad/illegal format or missing URL
Failed to install helm-diff
        For support, go to https://github.com/databus23/helm-diff.
Error: plugin install hook for "diff" exited with error
The command '/bin/sh -c helm plugin install https://github.com/databus23/helm-diff' returned a non-zero code: 1

If I understand correctly, "Downloading" should have a URL following it. I believe that the $DOWNLOAD_URL variable is not initialized on line 77, but do not know the cause yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions