Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 741 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 741 Bytes

This Helm chart provides a deprecated version of Axiom, previously used by a limited number of self-hosted customers. Axiom now offers Virtual Private Axiom to fulfill this use case. This chart should not be assumed to represent a data collector for use with Axiom. For more details about sending data to Axiom, please refer to our documentation.

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'