...
1apiVersion: v1
2# this version will be updated by the CI before publishing the Helm tarball
3appVersion: edge-XX.X.X
4description: |
5 The Linkerd-Jaeger extension adds distributed tracing to Linkerd using
6 OpenCensus and Jaeger.
7home: https://linkerd.io
8keywords:
9 - service-mesh
10kubeVersion: ">=1.22.0-0"
11name: linkerd-jaeger
12sources:
13 - https://github.com/linkerd/linkerd2/
14# this version will be updated by the CI before publishing the Helm tarball
15version: 0.0.0-undefined
16icon: https://linkerd.io/images/logo-only-200h.png
17maintainers:
18 - name: Linkerd authors
19 email: cncf-linkerd-dev@lists.cncf.io
20 url: https://linkerd.io/
View as plain text