Celestia Helm Charts
helm repo add celestiaorg https://celestiaorg.github.io/helm-charts/
Please check the helm repository to check which version you need to deploy.
helm search repo celestiaorg
Please make sure you have created the namespace before installing the chart.
kubectl create namespace celestia
Install a celestia consensus full node against the mocha testnet.
helm install celestia-app celestiaorg/celestia-app --namespace celestia --values examples/celestia-node/mocha.yaml
Install a celestia bridge node against the mocha testnet.
helm install celestia-node-bridge celestiaorg/celestia-node --namespace celestia --values examples/celestia-node/mocha.yaml