/helm-adapter

Helm repository adapter

Primary LanguageJavaMIT LicenseMIT

Join our Telegramm group

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

Javadoc License codecov Hits-of-Code Maven Central 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

Read the Javadoc for more technical details.

If you have any question or suggestions, do not hesitate to create an issue or contact us in Telegram.
Artipie roadmap.

Useful links

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

How to contribute

Please read contributing rules.

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:

$ mvn clean install -Pqulice

To avoid build errors use Maven 3.2+.