Skip to content

RBC/jaegertracing-helm-charts

 
 

Repository files navigation

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:

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
make test-es   # Elasticsearch-provisioned suite

Contributing

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

License

Apache 2.0 License.

About

Helm Charts for Jaeger backend

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 94.3%
  • Makefile 5.7%