diff options
Diffstat (limited to 'tools/monitoring')
-rw-r--r-- | tools/monitoring/Chart.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/monitoring/Chart.yaml b/tools/monitoring/Chart.yaml index dea3119..25877c4 100644 --- a/tools/monitoring/Chart.yaml +++ b/tools/monitoring/Chart.yaml @@ -6,7 +6,7 @@ appVersion: "1.0" dependencies: - name: grafana - version: 11.0.0 + version: 8.2.0 repository: "https://grafana.github.io/helm-charts" - name: prometheus version: 25.22.0 @@ -15,6 +15,6 @@ dependencies: version: 8.5.1 repository: "https://helm.elastic.co" - name: opentelemetry-collector - version: 0.103.0 + version: 0.96.0 repository: "https://open-telemetry.github.io/opentelemetry-helm-charts" |