- fabric-ca
$ helm repo add hlcharts https://guanbo.github.io/hlcharts
as depency
- name: fabric-ca
version: x.x.x
repository: https://guanbo.github.io/hlcharts/
condition: fabric-ca.enabled
tags:
- hyperledger
$ helm create mychart
$ helm package mychart
$ mv mychart-0.1.0.tgz docs
$ helm repo index docs --url https://guanbo.github.io/hlcharts
$ git add -i
$ git commit -av
$ git push origin master