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

axiomhq/axiom-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'