chaingraph-1.3.0
A multi-node blockchain indexer and GraphQL API.
Upgrading Chaingraph
These instructions upgrade the my-chaingraph
cluster created in the Quick Start to the latest version of Chaingraph:
helm repo update # Pull the latest bitauth/chaingraph
helm get values my-chaingraph -o yaml > values-pre-1.3.0.yaml
helm upgrade my-chaingraph bitauth/chaingraph --reset-values --values values-pre-1.3.0.yaml