k / mina-helm

Mina helm charts

Home Page:https://k.github.io/mina-helm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mina Helm Charts

This is an unofficial registry of Mina helm charts.

Prerequisites

Setup

Add the mina helm repo:

helm repo add mina https://k.github.io/mina-helm
helm repo update

Then configure a values.yaml for the chart you want to install.

List of Charts

Chart to run a Mina Full Node

Deploy to Github Pages

Deploy requires cr tool

Enable Github Pages (only first time)

Settings > Options > Github Pages > Source > Select master branch

Package chart

helm package charts/<chart-to-package> --destination .deploy

Upload New Release

cr upload --config config.yaml --token <deploy-token>

Generate new index

cr index --config config.yaml
git add index.yaml
git commit -m "Update index.yaml"
git push

Build docker images for a testnet

cd docker/$TESTNET
docker build . -t mina:$TESTNET
docker tag mina:$TESTNET $REGISTRY/mina:$TESTNET
docker push $REGISTRY/mina:$TESTNET

About

Mina helm charts

https://k.github.io/mina-helm/


Languages

Language:HTML 63.7%Language:Dockerfile 36.3%