/helm-push

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

Primary LanguageShellMIT LicenseMIT

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>