helm添加插件

helm3添加push插件

下载安装包helm-push

1
wget https://hub.fastgit.org/chartmuseum/helm-push.git

查看helm的plugin路径

1
2
helm env
HELM_PLUGINS="C:\Users\vvv\AppData\Roaming\helm\plugins"

在该路径下创建helm-push文件夹,并将安装包拷贝到该文件夹下解压即可

1
C:\Users\vvv\AppData\Roaming\helm\plugins\helm-push
1
2
$ helm cm-push
Error: This command needs 2 arguments: name of chart, name of chart repository (or repo URL)

image-20211104135424961

可将配置文件中name改为插件名