Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Chart Museum

https://chartmuseum.com/docs/


Installing

helm install stable/chartmuseum --name chartmuseum --values values.yaml

...

helm repo add chartmuseum https://stage.keystone.irdeto.io:30889 --username test --password testpw


Push

helm push ./bvt-1.7.0-SNAPSHOT.tgz chartmuseum

or

helm push ./bvt-1.7.0-SNAPSHOT.tgz http://localhost:30889/ --username test --password testpw

or

helm push ./*.tgz http://localhost:30889/ --username test --password testpw

or

> curl --data-binary "@mychart-0.1.0.tgz" http://localhost:30889/api/charts



References

ReferenceURL
Chart Museum
Chart Museum Docshttps://chartmuseum.com/docs/