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
Add this Helm repository to your local environment:
helm repo add wateim https://wateim.github.io/helm-charts
helm repo update
Check the available versions with:
helm search repo wateim
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.
siren/ and eth-validator/ subdirectories.version: in each Chart.yaml has changed.To contribute to the charts themselves:
version: field in the Chart.yaml whenever you want to trigger a new release.Apache 2.0 (adjust if your project uses a different license)