EventStore.Charts
EventStore.Charts copied to clipboard
EventStore official Helm Charts
After reviewing our strategy in regards to deployment of Event Store on Kubernetes, we have decided to deprecate the Helm chart. While we believe that Helm charts are a great solution for deploying simple applications, we do not believe that they provide the comprehensive life-cycle management features that a distributed database like Event Store requires for real world operational use. As such we will be devoting resources to develop a Kubernetes operator that satisfies these requirements, for release at a future date.
For more information see this blog post.
Event Store Helm Charts
This repository hosts the official Event Store Helm charts.
Getting Started
- 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.
Contributing to Event Store Charts
- Fork the repo.
- Make your changes. Make sure to follow best practices.
- Make sure tests pass.
- Submit a pull request.
Testing
On Windows (you will need FAKE):
> fake build -f test/e2e-docker-desktop.fsx -t Test
On macOS:
> ./e2e-docker4mac.sh
Releasing a new version
- Bump the
versioninstable/eventstore/Chart.yaml - Release a new version:
./release
The
releasescript packages the chart and updates the index.yaml accordingly