initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 57s

Change-Id: If828a59747288b93a9fbe8728157ffd1e73639b6
This commit is contained in:
Scaffolder
2026-07-27 10:07:51 +00:00
commit f4c62f1527
209 changed files with 105803 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.10
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