Skip to content

kfsoftware/hlf-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm charts for Hyperledger Fabric

Add the helm repository to your helm client:

helm repo add kfs https://kfsoftware.github.io/hlf-helm-charts --force-update 

Default values can be found in charts/hlf-operator/values.yaml

Installing hlf-operator

With default values:

helm install hlf-operator --version=1.6.1 kfs/hlf-operator

With custom values:

helm install hlf-operator -f values.yaml --version=1.6.1 kfs/hlf-operator

Upgrade hlf-operator

helm upgrade hlf-operator --version=1.6.1 kfs/hlf-operator