blob: 4255151bc1a8698bc831bb69d5cf6f46805bbff6 [file] [log] [blame]
Girish Kumar30d0bb52020-06-09 16:36:50 +00001# Copyright 2020-present Open Networking Foundation
2#
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"
17version: "1.0.0"
18description: "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"