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 celestiaorgPlease make sure you have created the namespace before installing the chart.
kubectl create namespace celestiaInstall a celestia consensus full node against the mocha testnet.
helm install celestia-app celestiaorg/celestia-app --namespace celestia --values examples/celestia-node/mocha.yamlInstall a celestia bridge node against the mocha testnet.
helm install celestia-node-bridge celestiaorg/celestia-node --namespace celestia --values examples/celestia-node/mocha.yaml