# helm-nexus-push **Repository Path**: yery/helm-nexus-push ## Basic Information - **Project Name**: helm-nexus-push - **Description**: helm-nexus-push - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-28 - **Last Updated**: 2023-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Helm Nexus Repository Push A Helm plugin that pushes a chart directory or packaged chart tgz to a specified Nexus Helm repo. ## Installation * `helm plugin install --version master https://github.com/sonatype-nexus-community/helm-nexus-push.git` * `helm nexus-push --help` ## Updates * `cd $HELM_HOME/plugins/nexus-push` * `git pull` ## Usage * `helm nexus-push myrepo mychart-0.0.1.tgz` * `helm nexus-push myrepo ./mychart` Additional help available `helm nexus-push --help` ## The Fine Print It is worth noting that this is **NOT SUPPORTED** by Sonatype, and is a contribution of the community back to the open source community (read: you!) Remember: * Use this contribution at the risk tolerance that you have * Do NOT file Sonatype support tickets related to Helm support in regard to this plugin * DO file issues here on GitHub, so that the community can pitch in Phew, that was easier than I thought. Last but not least of all: Have fun creating and using this plugin and the Nexus platform, we are glad to have you here! ## Getting help Looking to contribute to our code but need some help? There's a few ways to get information: * Chat with us on [Gitter](https://gitter.im/sonatype-nexus-community/nexus-developers) * Connect with us on [Twitter](https://twitter.com/sonatypeDev) * Log an issue here on GitHub