This repository hosts the official Event Store Helm charts.
- Install Helm. Get the latest Helm release.
- Add the Event Store Helm repo.
> helm repo add eventstore https://eventstore.github.io/EventStore.Charts > helm repo update
- Install Event Store. See the chart's README for instructions.
- Fork the repo.
- Make your changes. Make sure to follow best practices.
- Make sure tests pass.
- Submit a pull request.
On Windows (you will need FAKE):
> fake build -f test/e2e-docker-desktop.fsx -t Test
On macOS:
> ./e2e-docker4mac.sh
- Bump the
version
instable/eventstore/Chart.yaml
- Release a new version:
./release
The
release
script packages the chart and updates the index.yaml accordingly