diff options
author | makefunstuff <[email protected]> | 2024-06-28 18:47:22 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 18:47:22 +0200 |
commit | 11c2f9d9b220dbdcd79a6ce597b338a7c427a4a0 (patch) | |
tree | 3c864062a8fb6af78ad0be76d5c896abd9c49d1b /tools/monitoring | |
parent | 7782a056aa78662a62567ac866f0bc24a6566060 (diff) | |
download | k3s-lab-11c2f9d9b220dbdcd79a6ce597b338a7c427a4a0.tar.gz |
more versions
Diffstat (limited to '')
-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" |