hyperledger / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
341 stars 708 forks source link

feat(substrate): enable deployment with proxy and vault via helm #2554

Closed saikumarbommakanti closed 1 month ago

saikumarbommakanti commented 2 months ago

This pull request introduces enhanced functionality to deploy the Substrate platform using Helm charts. Several improvements have been made to streamline the process and increase readability:

Following charts supports vault and proxy

  1. Substrate-genesis:

  2. Substrate-node:

  3. dscp-ipfs-node

  4. A README.md has been added at the path ./platform/substrate/charts/ to provide guidance for deploying the Substrate platform via Helm.

These enhancements aim to streamline Substrate deployment via Helm, making the process more efficient and the codebase easier to manage.

fixes #2484