Skip to content

Latest commit

 

History

History
 
 

helm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Helm chart repo

Try this example_helm_repo.yaml file:

repo:
  path: "http://localhost:8080/example_helm_repo/"
  type: helm
  storage:
    type: fs
    path: /var/artipie/data

Publish a chart:

$ curl --data-binary "@my_chart-1.6.4.tgz" http://localhost:8080/example_helm_repo/

Install a chart:

$ helm repo add artipie http://localhost:8080/example_helm_repo/
$ helm install my_chart artipie