blob: a65a23b73177734bde7ffd95e780d0ad6fc1c808 [file] [log] [blame]
Joey Armstrongcb98c462022-12-17 22:46:45 -05001# Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Girish Kumar30d0bb52020-06-09 16:36:50 +00002#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14---
15apiVersion: v1
16name: "voltha-tracing"
Joey Armstrong07475092023-01-26 10:56:13 -050017version: "1.0.2"
Girish Kumar30d0bb52020-06-09 16:36:50 +000018description: "A Helm chart for deploying Jaeger all-in-one container for Trace data collection and analysis"
19keywords:
20 - "onf"
21 - "voltha"
22 - "tracing"
23 - "opentracing"
24home: "https://www.opennetworking.org/voltha"
25icon: "https://guide.opencord.org/logos/cord.svg"
26sources:
27 - "https://github.com/jaegertracing/jaeger-kubernetes/tree/master/all-in-one"
28 - "https://www.jaegertracing.io/docs/1.18/getting-started/#all-in-one"
29maintainers:
30 - name: "Open Networking Foundation"
31 email: "info@opennetworking.org"
32 url: "https://www.opennetworking.org"
33
34# App Version here refers to Jaeger container image version used by default in this chart
35appVersion: "1.18"