Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
/ helm-push Public archive

用于推送 Chart 包到 Coding 制品库的 Helm 插件。

License

Notifications You must be signed in to change notification settings

coding/helm-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-push

已弃用!已迁移至新仓库

用于推送 Chart 包到 Coding 制品库的 Helm 插件。

安装

$ helm plugin install https://github.com/Coding/helm-push

使用

添加 Chart 仓库

helm repo add --username <username> --password <password> <repository> https://<team>-helm.pkg.coding.net/<project>/<repository>

推送 Chart 包

helm push mychart.tgz <repository>

推送 Chart 目录

helm push . <repository>