Skip to content

chaingraph-1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 04:48

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