initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m3s
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m3s
Change-Id: I3194558e1a840334641aff81960492489f171232
This commit is contained in:
37
Chart.yaml
Normal file
37
Chart.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: opentelemetry-demo
|
||||
version: 0.40.9
|
||||
description: opentelemetry demo helm chart
|
||||
home: https://opentelemetry.io/
|
||||
sources:
|
||||
- https://github.com/open-telemetry/opentelemetry-demo
|
||||
maintainers:
|
||||
- name: dmitryax
|
||||
- name: jaronoff97
|
||||
- name: julianocosta89
|
||||
- name: puckpuck
|
||||
- name: tylerhelmuth
|
||||
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
|
||||
appVersion: 2.2.0
|
||||
dependencies:
|
||||
- name: opentelemetry-collector
|
||||
version: 0.153.0
|
||||
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
|
||||
condition: opentelemetry-collector.enabled
|
||||
- name: jaeger
|
||||
version: 4.7.0
|
||||
repository: https://jaegertracing.github.io/helm-charts
|
||||
condition: jaeger.enabled
|
||||
- name: prometheus
|
||||
version: 29.6.0
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
condition: prometheus.enabled
|
||||
- name: grafana
|
||||
version: 12.3.0
|
||||
repository: https://grafana-community.github.io/helm-charts
|
||||
condition: grafana.enabled
|
||||
- name: opensearch
|
||||
version: 3.6.0
|
||||
repository: https://opensearch-project.github.io/helm-charts/
|
||||
condition: opensearch.enabled
|
||||
Reference in New Issue
Block a user