Provide prebuild artifacts as tar.gz instead .zip
jkroepke opened this issue · 1 comments
jkroepke commented
helm plugin install has the ability to install plugin from git OR from URL (.tar.gz) files
Sometimes, git is not available and
helm plugin install https://github.com/nikhilsbhat/helm-images/releases/download/v0.0.5/helm-images_0.0.5_Linux_x86_64.tar.gz
could work here, if available.
nikhilsbhat commented
required changes was done to support this and latest release supports this