blob: 3a33132e9c198c16e197b4bff8550c5dae65d265 [file] [log] [blame]
Joey Armstrong8cd89ae2024-02-10 16:58:02 -05001# Copyright 2020-2024 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 Armstrong8cd89ae2024-02-10 16:58:02 -050017
18## Chart version for package:
19## Increment when Chart.yaml changes
Joey Armstrong9926ccc2024-02-10 18:59:54 -050020version: "2.12.2"
Joey Armstrong8cd89ae2024-02-10 16:58:02 -050021
Girish Kumar30d0bb52020-06-09 16:36:50 +000022description: "A Helm chart for deploying Jaeger all-in-one container for Trace data collection and analysis"
23keywords:
24 - "onf"
25 - "voltha"
26 - "tracing"
27 - "opentracing"
28home: "https://www.opennetworking.org/voltha"
29icon: "https://guide.opencord.org/logos/cord.svg"
30sources:
31 - "https://github.com/jaegertracing/jaeger-kubernetes/tree/master/all-in-one"
32 - "https://www.jaegertracing.io/docs/1.18/getting-started/#all-in-one"
33maintainers:
34 - name: "Open Networking Foundation"
35 email: "info@opennetworking.org"
36 url: "https://www.opennetworking.org"
37
38# App Version here refers to Jaeger container image version used by default in this chart
Jan Klareea3ab392023-10-31 14:27:23 +010039appVersion: "1.51"