openmina-berkeley
. This needs to be set to the branch that includes all modified helm charts and our .drone.yml file, which is the configuration file for the CI builds.If you do not specify any additional Parameters, the build will run with its default parameters.
Available parameters:
Parameter | Description | Default value |
---|---|---|
MINA_REPO | Link to the mina repository | https://github.com/openmina/mina |
MINA_BRANCH | The branch to create the mina image from | openmina-berkeley |
NAMESPACE | The namespace to deploy our network to | testnet-default |
Notes:
For now, in the Branch
field, you have to specify openmina-berkeley
, i.e. the branch we have all our modified helm charts in. To pick a branch to build the image from, you have to specify MINA_BRANCH
. If you want to build from a branch that is in a different repository (e.x.: MinaProtocol/mina), you have to specify two parameters MINA_REPO
and MINA_BRANCH
.
The namespace has to be prepared beforehand to include all the resources (like secrets). Currently, we have only one namespace available: testnet-default
.
You can check out the configuration in the helm charts at: https://github.com/openmina/mina/blob/openmina-berkeley/helm/openmina-config/values/common.yaml