You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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