/helm-adapter

Helm repository adapter

Primary LanguageJavaMIT LicenseMIT

Maven Central EO principles respected here

Javadoc License Hits-of-Code PDD status

Helm adapter

An Artipie adapter which allow you to host helm carts.

Upload a chart

Since helm doesn't officially support chart uploading, the following way is recommended to use:

curl --data-binary "@mychart-0.1.0.tgz" http://example.com

This is way is similar to the artifactory and chartmuseum approaches.

Useful links

The Chart Repository Guide - describes repository structure and content of the index.yml file.

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build: