helm-adapter

Parent POM of Artipie

License

License

Categories

Categories

Artipie Build Tools Distribution
GroupId

GroupId

com.artipie
ArtifactId

ArtifactId

helm-adapter
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

helm-adapter
Parent POM of Artipie
Project URL

Project URL

https://github.com/artipie/helm-adapter
Project Organization

Project Organization

jcabi.com
Source Code Management

Source Code Management

https://github.com/artipie/helm-adapter/tree/master

Download helm-adapter

How to add to project

<!-- https://jarcasting.com/artifacts/com.artipie/helm-adapter/ -->
<dependency>
    <groupId>com.artipie</groupId>
    <artifactId>helm-adapter</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.artipie/helm-adapter/
implementation 'com.artipie:helm-adapter:0.2'
// https://jarcasting.com/artifacts/com.artipie/helm-adapter/
implementation ("com.artipie:helm-adapter:0.2")
'com.artipie:helm-adapter:jar:0.2'
<dependency org="com.artipie" name="helm-adapter" rev="0.2">
  <artifact name="helm-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artipie', module='helm-adapter', version='0.2')
)
libraryDependencies += "com.artipie" % "helm-adapter" % "0.2"
[com.artipie/helm-adapter "0.2"]

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.commons : commons-compress jar 1.20
org.yaml : snakeyaml jar 1.26
com.artipie : asto jar 0.28
org.reactivestreams : reactive-streams jar 1.0.3
com.artipie : http jar 0.17.4
io.vertx : vertx-web-client jar 3.8.4
commons-codec : commons-codec jar 1.14

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1u2

test (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-params jar 5.6.2
com.artipie : vertx-server jar 0.3.1
org.testcontainers : testcontainers jar 1.14.3
org.slf4j : slf4j-log4j12 jar 1.7.30
org.awaitility : awaitility jar 4.0.3
com.google.guava : guava jar 29.0-jre
org.hobsoft.hamcrest : hamcrest-compose jar 0.4.0

Project Modules

There are no modules declared in this project.

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:

com.artipie

Artipie

Binary Artifact Management Toolkit

Versions

Version
0.2
0.1.5
0.1.4
0.1.3
0.1.2
v1.1.1
v1.0.1
v1.0