-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
77 lines (77 loc) · 2.95 KB
/
Copy pathChart.yaml
File metadata and controls
77 lines (77 loc) · 2.95 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
apiVersion: v2
name: lgtm
description: >-
An opinionated observability stack — Loki, Grafana, Tempo, Prometheus
and Pyroscope in single-binary mode, collected OpenTelemetry-natively by
operator-managed collectors, with correlated datasources and OTel-native
dashboards included. One install per cluster.
type: application
version: 0.19.0
# The stack has no single app version; each component carries its own.
appVersion: "2026.06"
kubeVersion: ">=1.25.0-0"
home: https://github.com/promptlylabs/lgtm-helm-chart
icon: https://promptlylabs.github.io/lgtm-helm-chart/logo.png
sources:
- https://github.com/promptlylabs/lgtm-helm-chart
keywords:
- observability
- lgtm
- loki
- grafana
- tempo
- prometheus
- pyroscope
- opentelemetry
- profiling
- tracing
maintainers:
- name: Promptly Labs
url: https://github.com/promptlylabs
dependencies:
# https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
- name: kube-prometheus-stack
version: 88.3.0
repository: https://prometheus-community.github.io/helm-charts
condition: kube-prometheus-stack.enabled
# https://artifacthub.io/packages/helm/grafana-community/grafana
# (chart moved from grafana.github.io to grafana-community in January 2026)
- name: grafana
version: 12.10.4
repository: https://grafana-community.github.io/helm-charts
condition: grafana.enabled
# https://artifacthub.io/packages/helm/grafana-community/loki
# (chart moved to grafana-community in March 2026; grafana.github.io 7.x is GEL-only)
- name: loki
version: 18.9.0
repository: https://grafana-community.github.io/helm-charts
condition: loki.enabled
# https://artifacthub.io/packages/helm/grafana-community/tempo — single-binary chart
- name: tempo
version: 2.2.4
repository: https://grafana-community.github.io/helm-charts
condition: tempo.enabled
# https://artifacthub.io/packages/helm/grafana/pyroscope — NOT migrated, still grafana.github.io
- name: pyroscope
version: 2.2.1
repository: https://grafana.github.io/helm-charts
condition: pyroscope.enabled
# https://artifacthub.io/packages/helm/opentelemetry-helm/opentelemetry-operator
- name: opentelemetry-operator
version: 0.121.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled
annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: source
url: https://github.com/promptlylabs/lgtm-helm-chart
- name: support
url: https://github.com/promptlylabs/lgtm-helm-chart/issues
artifacthub.io/signKey: |
fingerprint: "B0E0D6CBC8F4077B7A29568708FCD164BF5D41C8"
url: https://promptlylabs.github.io/lgtm-helm-chart/pgp_keys.asc
# No artifacthub.io/changes annotation: releases are mostly automated
# (Renovate, ADR-0008) and a static changelog would go stale — GitHub
# release notes are auto-generated instead.