forked from open-telemetry/opentelemetry-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
38 lines (38 loc) · 1.44 KB
/
Copy pathChart.yaml
File metadata and controls
38 lines (38 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: v2
name: opentelemetry-kube-stack
version: 0.15.1
description: |
OpenTelemetry Quickstart chart for Kubernetes.
Installs an operator and collector for an easy way to get started with Kubernetes observability.
type: application
home: https://opentelemetry.io/
sources:
- https://github.com/open-telemetry/opentelemetry-operator
maintainers:
- name: Allex1
- name: dmitryax
- name: jaronoff97
- name: TylerHelmuth
icon: https://raw.githubusercontent.com/cncf/artwork/a718fa97fffec1b9fd14147682e9e3ac0c8817cb/projects/opentelemetry/icon/color/opentelemetry-icon-color.png
# the appVersion stays aligned with the operator's latest version. If the collector has a patch
# release, the collector's latest patch will be manually overridden.
appVersion: 0.151.0
dependencies:
- name: otel-crds
version: "0.0.0"
condition: crds.install,crds.installOtel
- name: prometheus-crds
version: "0.0.0"
condition: crds.install,crds.installPrometheus
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.113.1
condition: opentelemetry-operator.enabled
- name: kube-state-metrics
version: "6.3.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "4.48.*"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled