jaegertracing
helm-charts
Mustache

Helm Charts for Jaeger backend

Last updated Jun 14, 2026
319
Stars
357
Forks
12
Issues
0
Stars/day
Attention Score
89
Language breakdown
No language data available.
Files click to expand
README

Jaeger Helm Charts

License

This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

$ helm repo add jaegertracing https://jaegertracing.github.io/helm-charts

You can then run helm search repo jaegertracing to see the charts.

See additional documentation: * Jaeger chart

Running chart-testing locally

The lint step requires yamllint to be available on your PATH. If you use a virtual environment (e.g., .venv), prepend its bin directory when invoking ct lint, for example:

PATH="$(pwd)/.venv/bin:$PATH" make lint

To run the chart installation tests locally (simulating the CI environment), use the Makefile targets. These require a running local Kubernetes cluster (e.g., Kind) and Docker:

make test      # default install suite

Contributing

We'd love to have you contribute! Please refer to our contribution guidelines for details.

License

Apache 2.0 License.

🔗 More in this category

© 2026 GitRepoTrend · jaegertracing/helm-charts · Updated daily from GitHub