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
I am downloading helm-diff-linux-amd64.tgz file from release page. After untaring it using tar -xzvf ./helm-diff-linux-amd64.tgz , the command helm plugin install ./diff return the below error:
sh: 1: /home/alireza/.local/share/helm/plugins/diff/install-binary.sh: not found
Error: plugin install hook for "diff" exited with error
It seems that install-binary.sh file is missing.
plugin version: v3.8.1
helm version: v3.12.1
The text was updated successfully, but these errors were encountered:
I am downloading
helm-diff-linux-amd64.tgz
file from release page. After untaring it usingtar -xzvf ./helm-diff-linux-amd64.tgz
, the commandhelm plugin install ./diff
return the below error:It seems that
install-binary.sh
file is missing.plugin version: v3.8.1
helm version: v3.12.1
The text was updated successfully, but these errors were encountered: