axiom-helm-chart

See Runing Axiom on Kubernetes for usage instructions.

How to update a new version

Update version and appVersion in Chart.yaml, then run these commands:

helm package .
mv axiom-$version.tgz docs/
helm repo index docs/ --url 'https://axiomhq.github.io/axiom-helm-charts'