From 5ecb506fda454cef1f32fd8e4d40be3dfa19af60 Mon Sep 17 00:00:00 2001 From: qclaogui <17244565+qclaogui@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:14:13 +0000 Subject: [PATCH] Update LGTMP stack dependency Helm charts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 🤖QC Owl App[bot] <165384878+qc-owl-app[bot]@users.noreply.github.com> --- kubernetes/common/grafana/kustomization.yaml | 2 +- kubernetes/microservices-mode/logs/loki/kustomization.yaml | 2 +- .../metrics/mimir-distributed/kustomization.yaml | 2 +- .../microservices-mode/profiles/pyroscope/kustomization.yaml | 2 +- .../traces/tempo-distributed/kustomization.yaml | 2 +- .../monolithic-mode/profiles/pyroscope/kustomization.yaml | 2 +- kubernetes/monolithic-mode/traces/tempo/kustomization.yaml | 2 +- kubernetes/read-write-mode/logs/loki/kustomization.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kubernetes/common/grafana/kustomization.yaml b/kubernetes/common/grafana/kustomization.yaml index 594522c7..69b3ca8e 100644 --- a/kubernetes/common/grafana/kustomization.yaml +++ b/kubernetes/common/grafana/kustomization.yaml @@ -4,7 +4,7 @@ namespace: monitoring-system helmCharts: - name: grafana repo: https://grafana.github.io/helm-charts - version: 8.8.2 + version: 8.8.5 releaseName: grafana namespace: monitoring-system includeCRDs: false diff --git a/kubernetes/microservices-mode/logs/loki/kustomization.yaml b/kubernetes/microservices-mode/logs/loki/kustomization.yaml index fb873999..b4f4ad46 100644 --- a/kubernetes/microservices-mode/logs/loki/kustomization.yaml +++ b/kubernetes/microservices-mode/logs/loki/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: logging-system helmCharts: - name: loki - version: 6.24.0 + version: 6.25.0 repo: https://grafana.github.io/helm-charts releaseName: loki-distributed namespace: logging-system diff --git a/kubernetes/microservices-mode/metrics/mimir-distributed/kustomization.yaml b/kubernetes/microservices-mode/metrics/mimir-distributed/kustomization.yaml index ac142de9..e4c02dd8 100644 --- a/kubernetes/microservices-mode/metrics/mimir-distributed/kustomization.yaml +++ b/kubernetes/microservices-mode/metrics/mimir-distributed/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization # namespace: monitoring-system helmCharts: - name: mimir-distributed - version: 5.5.1 + version: 5.6.0 repo: https://grafana.github.io/helm-charts kubeVersion: "1.29" releaseName: mimir-distributed diff --git a/kubernetes/microservices-mode/profiles/pyroscope/kustomization.yaml b/kubernetes/microservices-mode/profiles/pyroscope/kustomization.yaml index b94b35d4..a1e0ead8 100644 --- a/kubernetes/microservices-mode/profiles/pyroscope/kustomization.yaml +++ b/kubernetes/microservices-mode/profiles/pyroscope/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization helmCharts: - name: pyroscope - version: 1.11.0 + version: 1.12.0 repo: https://grafana.github.io/helm-charts releaseName: pyroscope namespace: profiles-system diff --git a/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml b/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml index b2a44bdd..50f64eda 100644 --- a/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml +++ b/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: tracing-system helmCharts: - name: tempo-distributed - version: 1.28.0 + version: 1.32.0 repo: https://grafana.github.io/helm-charts releaseName: tempo-distributed namespace: tracing-system diff --git a/kubernetes/monolithic-mode/profiles/pyroscope/kustomization.yaml b/kubernetes/monolithic-mode/profiles/pyroscope/kustomization.yaml index 01c294a5..6f7e631e 100644 --- a/kubernetes/monolithic-mode/profiles/pyroscope/kustomization.yaml +++ b/kubernetes/monolithic-mode/profiles/pyroscope/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: profiles-system helmCharts: - name: pyroscope - version: 1.11.0 + version: 1.12.0 repo: https://grafana.github.io/helm-charts releaseName: pyroscope namespace: profiles-system diff --git a/kubernetes/monolithic-mode/traces/tempo/kustomization.yaml b/kubernetes/monolithic-mode/traces/tempo/kustomization.yaml index 8eeedf93..2e8d378f 100644 --- a/kubernetes/monolithic-mode/traces/tempo/kustomization.yaml +++ b/kubernetes/monolithic-mode/traces/tempo/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: tracing-system helmCharts: - name: tempo - version: 1.16.0 + version: 1.18.1 repo: https://grafana.github.io/helm-charts releaseName: tempo namespace: tracing-system diff --git a/kubernetes/read-write-mode/logs/loki/kustomization.yaml b/kubernetes/read-write-mode/logs/loki/kustomization.yaml index c4fcc923..87d505f1 100644 --- a/kubernetes/read-write-mode/logs/loki/kustomization.yaml +++ b/kubernetes/read-write-mode/logs/loki/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: logging-system helmCharts: - name: loki - version: 6.24.0 + version: 6.25.0 repo: https://grafana.github.io/helm-charts releaseName: loki namespace: logging-system