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.
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-chartsYou can then run helm search repo jaegertracing to see the charts.
See additional documentation:
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 lintTo 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 suiteWe'd love to have you contribute! Please refer to our contribution guidelines for details.