https://github.com/kfsoftware/hlf-helm-charts
https://github.com/kfsoftware/hlf-helm-charts
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kfsoftware/hlf-helm-charts
- Owner: kfsoftware
- License: apache-2.0
- Created: 2021-10-18T12:55:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T07:38:54.000Z (about 1 year ago)
- Last Synced: 2025-06-25T08:34:04.878Z (about 1 year ago)
- Language: Smarty
- Size: 240 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```