helm-push
helm-push copied to clipboard
Helm plugin to push chart package to ChartMuseum
when pushing a chart, it would be nice if the chart was added to the local repo index cache immediately, instead of requiring a slow `helm repo update`. My current...
Similar to how you can call `docker build` on a github url, it'd be useful if we could do the same with helm-push. The purpose of this feature is to...
## short description the push command overrites `-v` for verbosity. Blocker since I cannot debug why I get a 401. ## actual behaviour ```bash $ helm --debug -v 99 push...
The documentation is incorrect. Setting `HELM_REPO_ACCESS_TOKEN` in your environment will not be overridden when a ~/.cfconfig is in place. https://github.com/chartmuseum/helm-push/blob/master/README.md#token-config-file-cfconfig `If detected, this API key will be used for token-based...
I am trying to install helm-push without public network, I transfer whole git repo to the machine and run: ``` helm plugin install ./helm-push ``` The install script will try...
support install helm-push in offline mode
Hi Team, I have setup s3 bucket with all required permssions to use as helm repo, however chartmuseum always return below error: **Helm Chart Details:** chartmuseum-2.12.0 app-version- 0.12.0 **EKS Cluster:**...
I can't add helm-push as dependency to my project (starting from version `0.8.0`, it's also true for version `0.8.1`) ``` $ go mod tidy go: github.com/chartmuseum/[email protected] requires helm.sh/helm/[email protected] requires github.com/deislabs/[email protected]...
#### helm repo list ``` stable https://kubernetes-charts.storage.googleapis.com harbor http://xx/chartrepo/library ``` #### helm push harbor-1.1.1.tgz harbor ``` Pushing harbor-1.1.1.tgz to harbor... Error: Post http://xx/api/chartrepo/library/charts: net/http: request canceled (Client.Timeout exceeded while awaiting...