helm-charts

Helm Charts

This repository hosts packaged Helm charts for the waTeim projects. Charts are published automatically to this repository when changes are merged into the waTeim/k8ev-kit source repo.

The repository is available at:

https://wateim.github.io/helm-charts

Adding the Repository

Add this Helm repository to your local environment:

helm repo add wateim https://wateim.github.io/helm-charts
helm repo update

Available Charts

Check the available versions with:

helm search repo wateim

Installing a Chart

Example (siren):

helm install my-siren wateim/siren --version <chart_version>

Example (eth-validator):

helm install my-validator wateim/eth-validator --version <chart_version>

Replace <chart_version> with a version from helm search repo.

How This Repo Is Updated

Contributing

To contribute to the charts themselves:

  1. Open pull requests against waTeim/k8ev-kit.
  2. Bump the version: field in the Chart.yaml whenever you want to trigger a new release.

License

Apache 2.0 (adjust if your project uses a different license)