initial commit
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled

Change-Id: I084fc528d931f9169bcb2a11932b2d5ddd4f29b5
This commit is contained in:
Scaffolder
2026-07-08 06:34:05 +00:00
commit ac4ebc9ae7
209 changed files with 105507 additions and 0 deletions

37
Chart.yaml Normal file
View 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