-
Notifications
You must be signed in to change notification settings - Fork 13
Support tls flag #6
Comments
feel free to contribute fixes. I no longer use this plugin but I'm more than happy to continue reviewing PRs and cutting releases. :) |
@arthurk I've forked the Repository and added TLS Support: https://github.com/fabmation-gmbh/helm-whatup |
@arthurk Feature has been implemented in Version v0.2.0 in https://github.com/fabmation-gmbh/helm-whatup/ |
It still downloads the bacongobbler version |
@davidkarlsen helm plugin install https://github.com/fabmation-gmbh/helm-whatup
Downloading https://github.com/fabmation-gmbh/helm-whatup/releases/download/v0.2.0/helm-whatup-0.2.0-linux-amd64.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 627 0 627 0 0 2668 0 --:--:-- --:--:-- --:--:-- 2668
100 7979k 100 7979k 0 0 3234k 0 0:00:02 0:00:02 --:--:-- 3821k
Preparing to install into /root/.helm/plugins/helm-whatup
helm-whatup installed into /root/.helm/plugins/helm-whatup/helm-whatup
check if installed charts are out of date (helm-whatup canary)
Usage:
whatup [flags]
Flags:
-D, --deb Print Debug Logs, defaults to false.
-d, --devel Whether to include pre-releases or not, defaults to false.
-h, --help help for whatup
-o, --output string Output format, choose from plain, json, yaml, table (default "table")
Installed plugin: whatup
Can you re-try it? |
Yeah - same - installs bacongobbler version |
I'm on Client: &version.Version{SemVer:"v2.14.2", GitCommit:"a8b13cc5ab6a7dbef0a58f5061bcc7c0c61598e7", GitTreeState:"clean"} |
I run the same Helm Version. Can you please run the Install Command with the Debug Flag and post the Output?
|
|
And re-run It looks like that Helm has cached the Plugin and in previous Commits the |
Found out - need to delete the cache/plugins dir! |
@bacongobbler Can this Issue be closed? |
@l0nax @bacongobbler shouldn't it be merged upstream (e.g. this repo) for this issue to close? Or are you abondoning it @bacongobbler so the fork should live on? |
@davidkarlsen My fork is abandoning @bacongobbler Repo. Because I can better maintain my Fork instead of sending every time a PR. |
I would prefer if you would contribute the PR upstream. As mentioned before, I am happy to accept patches and cut releases as necessary. However, I understand if you feel the need to maintain your own fork. So I'd rather keep this issue open until TLS support is implemented here. |
I had a look at @l0nax's implementation and saw that it was missing several core asks, like the I also noticed that table support was added there, so I implemented that here as well. There should be no difference in features compared to the upstream fork as to what's in here. TLS support was implemented in c89ebc6. Will cut an 0.2.0 today. |
v0.2.1 has been released. Please run |
When helm is setup with tls the whatup plugin no longer works as it doesn't support the
--tls
flag.The text was updated successfully, but these errors were encountered: