cm-push

更新时间:2025年2月15日 23:42 浏览:687

推送文件到 helm 仓库

 

Github仓库

https://github.com/chartmuseum/helm-push

 

安装:

$ helm plugin install https://github.com/chartmuseum/helm-push
Downloading and installing helm-push v0.10.4 ...
https://github.com/chartmuseum/helm-push/releases/download/v0.10.4/helm-push_0.10.4_linux_amd64.tar.gz
Installed plugin: cm-push

 

网络原因无法安装时,可在外网下载压缩包,解压到 helm plugins 目录

mkdir /root/.local/share/helm/plugins/helm-push
cd /root/.local/share/helm/plugins/helm-push
wget https://github.com/chartmuseum/helm-push/releases/download/v0.10.4/helm-push_0.10.4_linux_amd64.tar.gz
tar -zxvf helm-push_0.10.4_linux_amd64.tar.gz

 

验证

helm plugin list

 

 

导航