initial commit
Some checks failed
CI Pipeline / Build and Test (push) Successful in 4s
Security Scanning / Trivy — Filesystem & Dependency Scan (push) Failing after 7s
Security Scanning / Gitleaks — Secret Scan (push) Failing after 7s
Security Scanning / Security Summary (push) Failing after 3s
Build and Publish TechDocs / build-and-publish (push) Successful in 1m2s
Some checks failed
CI Pipeline / Build and Test (push) Successful in 4s
Security Scanning / Trivy — Filesystem & Dependency Scan (push) Failing after 7s
Security Scanning / Gitleaks — Secret Scan (push) Failing after 7s
Security Scanning / Security Summary (push) Failing after 3s
Build and Publish TechDocs / build-and-publish (push) Successful in 1m2s
Change-Id: I8e318861a258686ddc53dda08858f74c573a6520
This commit is contained in:
37
chart/Chart.yaml
Normal file
37
chart/Chart.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: opentelemetry-demo
|
||||
version: 0.40.6
|
||||
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.142.2
|
||||
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
|
||||
condition: opentelemetry-collector.enabled
|
||||
- name: jaeger
|
||||
version: 4.3.0
|
||||
repository: https://jaegertracing.github.io/helm-charts
|
||||
condition: jaeger.enabled
|
||||
- name: prometheus
|
||||
version: 28.2.0
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
condition: prometheus.enabled
|
||||
- name: grafana
|
||||
version: 10.5.8
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
condition: grafana.enabled
|
||||
- name: opensearch
|
||||
version: 3.4.0
|
||||
repository: https://opensearch-project.github.io/helm-charts/
|
||||
condition: opensearch.enabled
|
||||
Reference in New Issue
Block a user