Skip to content

Commit 612aca1

Browse files
committed
chore(docs): enhance README with detailed Helm chart installation steps and deployment modes
1 parent 4764ce4 commit 612aca1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Generate node identities, configure consensus, and emit a Besu genesis.
66

77
The helm chart to run this on Kubernetes / OpenShift can be found [here](./charts/network-bootstrapper/README.md)
88

9+
### Install from GitHub Pages
10+
11+
The published chart repository lives at `https://settlemint.github.io/network-bootstrapper/`. Add it to Helm, sync indexes, and install the `network` chart:
12+
13+
```bash
14+
helm repo add network-bootstrapper https://settlemint.github.io/network-bootstrapper/
15+
helm repo update
16+
17+
helm upgrade --install besu-network network-bootstrapper/network \
18+
--namespace besu \
19+
--create-namespace
20+
```
21+
922
### Deployment modes
1023

1124
Two deployment paths are supported: fully auto-generated artefacts or supplying your own genesis/static peers while sourcing node keys from an external secret store such as Conjur.

0 commit comments

Comments
 (0)