Skip to content

leafchild0/chart-desk

Repository files navigation

chart-desk

Helm charts registry and MS suite

auth CI charts CI gateway CI ui CI

Testing info

  1. Upload package 1.1 Add repo in helm:
helm repo add test http://localhost:8080/<user_id>
"test" has been added to your repositories

1.2 Install helm publish plugin

helm plugin install https://github.com/chartmuseum/helm-push.git

1.3 Pushing helm chart in repository:

helm cm-push mysql-1.6.0.tgz test

optional params: --username=test --password=test123 --context-path=/ 2. Pulling helm chart

helm fetch test/mariadb