From 87ce0e28cb584dcb81948722a7fab33e36af675a Mon Sep 17 00:00:00 2001 From: qclaogui <17244565+qclaogui@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:17:02 +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 +- .../traces/tempo-distributed/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/common/grafana/kustomization.yaml b/kubernetes/common/grafana/kustomization.yaml index da9f3f53..d75727ee 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.6.4 + version: 8.7.0 releaseName: grafana namespace: monitoring-system includeCRDs: false diff --git a/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml b/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml index 2c82028d..c0474ed3 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.24.0 + version: 1.26.0 repo: https://grafana.github.io/helm-charts releaseName: tempo-distributed namespace: tracing-system