An open API service indexing awesome lists of open source software.

https://github.com/kfsoftware/hlf-helm-charts


https://github.com/kfsoftware/hlf-helm-charts

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Helm charts for Hyperledger Fabric

Add the helm repository to your helm client:
```bash
helm repo add kfs https://kfsoftware.github.io/hlf-helm-charts --force-update
```

Default values can be found in [charts/hlf-operator/values.yaml](values.yaml)

### Installing hlf-operator

With default values:
```bash
helm install hlf-operator --version=1.6.1 kfs/hlf-operator
```

With custom values:
```bash
helm install hlf-operator -f values.yaml --version=1.6.1 kfs/hlf-operator
```

## Upgrade hlf-operator
```bash
helm upgrade hlf-operator --version=1.6.1 kfs/hlf-operator
```