-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm plugins are no longer installed #44
Comments
Seems the deletion was too aggressive. #40 was only intended to remove the *.key files as their presence is being flagged by commercial security scanners as a mid-high severity vulnerability. Of course it can be argued the presence of .key files isn't a security vulnerability at all, but their presence creates a lot of noise and requires exemptions so it's easier to just get rid of them as they are not required post-build. Perhaps the deletion could be modified to either explicit paths:
Or a search:
|
ok, so let's rollback the change and only delete the keys after install plugin |
will raise a request to helm push repo owner, to confirm if they can remove the folder seems there are more keys to be cleaned
updatesrequest is raised: chartmuseum/helm-push#171 |
Helm plugins are installed to
~/.local/share/helm/plugins
, however PR #42 seems to delete/root/.local
, deleting the plugins along with it:You can easily find the location using
find
:The text was updated successfully, but these errors were encountered: