# 下载 helm-push_0.10.1_linux_amd64.tar.gz
https://github.com/chartmuseum/helm-push/releases/download/v0.10.1/helm-push_0.10.1_linux_amd64.tar.gz
# 解压[root@k8s-master2 helm]# tar-zxf helm-push_0.10.1_linux_amd64.tar.gz
[root@k8s-master2 helm]# ll
total 23636
drwxr-xr-x. 2 root root 26 Dec 23 10:51 bin
-rw-r--r--. 1 root root 10481411 Dec 23 10:51 helm-push_0.10.1_linux_amd64.tar.gz
-rw-r--r--. 1 1001 docker 11357 Oct 12 22:09 LICENSE
-rw-r--r--. 1 1001 docker 407 Oct 12 22:09 plugin.yaml
# 安装[root@k8s-master2 helm]# helm plugin install.
sh: scripts/install_plugin.sh: No such file or directory
Error: plugin install hook for"cm-push" exited with error
# 测试[root@k8s-master2 helm]# helm cm-push --help
Helm plugin to push chart package to ChartMuseum
Examples:
$ helm cm-push mychart-0.1.0.tgz chartmuseum # push .tgz from "helm package"$ helm cm-push . chartmuseum # package and push chart directory$ helm cm-push .--version="1.2.3" chartmuseum # override version in Chart.yaml$ helm cm-push . https://my.chart.repo.com # push directly to chart repo URL
Usage:
helm cm-push [flags]
Flags:
--access-token string Send token in Authorization header [$HELM_REPO_ACCESS_TOKEN]-a, --app-version string Override app version pre-push
--auth-header string Alternative header to use for token auth [$HELM_REPO_AUTH_HEADER]--ca-file string Verify certificates of HTTPS-enabled servers using this CA bundle [$HELM_REPO_CA_FILE]--cert-file string Identify HTTPS client using this SSL certificate file [$HELM_REPO_CERT_FILE]--check-helm-version outputs either "2" or "3" indicating the current Helm major version
--context-path string ChartMuseum context path [$HELM_REPO_CONTEXT_PATH]--debug Enable verbose output
-d, --dependency-update update dependencies from "requirements.yaml" to dir"charts/" before packaging
-f, --force Force upload even if chart version exists
-h, --helphelp for helm
--home string Location of your Helm config. Overrides $HELM_HOME(default "/root/.helm")--host string Address of Tiller. Overrides $HELM_HOST--insecure Connect to server with an insecure way by skipping certificate verification [$HELM_REPO_INSECURE]--key-file string Identify HTTPS client using this SSL key file [$HELM_REPO_KEY_FILE]--keyring string location of a public keyring (default "/root/.gnupg/pubring.gpg")--kube-context string Name of the kubeconfig context to use
--kubeconfig string Absolute path of the kubeconfig file to be used
-p, --password string Override HTTP basic auth password [$HELM_REPO_PASSWORD]--tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)--tiller-namespace string Namespace of Tiller (default "kube-system")-t, --timeout int The duration (in seconds) Helm will wait to get response from chartmuseum (default 30)-u, --username string Override HTTP basic auth username [$HELM_REPO_USERNAME]-v, --version string Override chart version pre-push