bacongobbler / helm-whatup

A Helm plugin to help users determine if there's an update available for their installed charts.
Other
84 stars 13 forks source link

Helm 3 compatibility #23

Open foux opened 5 years ago

foux commented 5 years ago

Hi there! What is a fantastic plugin, but it unfortunately doesn't install under helm 3.

Here's the output of helm plugin install https://github.com/bacongobbler/helm-whatup under helm3 :

Downloading https://github.com/bacongobbler/helm-whatup/releases/download/v0.2.1/helm-whatup-0.2.1-darwin-amd64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   627    0   627    0     0   1551      0 --:--:-- --:--:-- --:--:--  1555
100 7616k  100 7616k    0     0  1893k      0  0:00:04  0:00:04 --:--:-- 2368k
Preparing to install into /plugins/helm-whatup
cp: /plugins/helm-whatup: No such file or directory
cp: /tmp/helm-whatup/bin: unable to copy extended attributes to /plugins/helm-whatup: No such file or directory
cp: /plugins/helm-whatup/helm-whatup: No such file or directory
Failed to install helm-whatup
\tFor support, go to https://github.com/bacongobbler/helm-whatup.
Error: plugin install hook for "whatup" exited with error

Thanks for the fantastic plugin!

bacongobbler commented 5 years ago

There's a few other things this plugin will need to change before it can work for Helm 3 as well:

This will result in a new major release of the plugin as helm-whatup 2.0.

l0nax commented 4 years ago

While waiting that the Pull-Request will be accepted I created a (temporary) release which supports helm v3: https://github.com/fabmation-gmbh/helm-whatup/releases/tag/v0.3.0

eddycharly commented 4 years ago

Any plan on getting this done ? Maybe it was added to helm itself in v3 ?

orefalo commented 4 years ago

same issue...

➜ helm plugin install https://github.com/bacongobbler/helm-whatup Downloading https://github.com/bacongobbler/helm-whatup/releases/download/v0.2.1/helm-whatup-0.2.1-darwin-amd64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 648 100 648 0 0 495 0 0:00:01 0:00:01 --:--:-- 495 100 7616k 100 7616k 0 0 1710k 0 0:00:04 0:00:04 --:--:-- 2788k Preparing to install into /plugins/helm-whatup cp: /plugins/helm-whatup: No such file or directory cp: /tmp/helm-whatup/bin: unable to copy extended attributes to /plugins/helm-whatup: No such file or directory cp: /plugins/helm-whatup/helm-whatup: No such file or directory Failed to install helm-whatup \tFor support, go to https://github.com/bacongobbler/helm-whatup. Error: plugin install hook for "whatup" exited with error

orefalo commented 4 years ago

got it installed with helm plugin install https://github.com/fabmation-gmbh/helm-whatup Tks

eddycharly commented 4 years ago

Thanks @orefalo !

cmarquezrusso commented 4 years ago

got it installed with helm plugin install https://github.com/fabmation-gmbh/helm-whatup Tks

Which version of Helm are you using? I am getting an error when using helm3.2.1

helm3 plugin install https://github.com/fabmation-gmbh/helm-whatup

Downloading Added
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: Added
Failed to install helm-whatup
    For support, go to https://github.com/fabmation-gmbh/helm-whatup.
Error: plugin install hook for "whatup" exited with error