snapcrafters / helm

Unofficial Helm installer for Linux
https://snapcraft.io/helm
MIT License
36 stars 26 forks source link

Support plugins installation #15

Closed vterdunov closed 4 years ago

vterdunov commented 6 years ago

Package version: 2.9.1 I tried to install a helm plugin, but got the following error:

$ helm plugin install https://github.com/futuresimple/helm-secrets
Error: git is not installed
stevie- commented 6 years ago

+1

joedborg commented 4 years ago

Hey @vterdunov this will be fixed in the PR https://github.com/snapcrafters/helm/pull/51

Selecting previously unselected package sops.
(Reading database ... 302765 files and directories currently installed.)
Preparing to unpack /tmp/sops ...
Unpacking sops (3.0.4) ...
Setting up sops (3.0.4) ...
Installed plugin: secrets
joedborg commented 4 years ago

Bundled from 3.0 onward.

vterdunov commented 4 years ago

@joedborg It works now. Thanks!