From f58365a383b8ab2d0c02f8104320f88407f2368c Mon Sep 17 00:00:00 2001 From: qclaogui <17244565+qclaogui@users.noreply.github.com> Date: Sat, 25 May 2024 07:11:37 +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/microservices-mode/logs/loki/kustomization.yaml | 2 +- .../traces/tempo-distributed/kustomization.yaml | 2 +- kubernetes/monolithic-mode/traces/tempo/kustomization.yaml | 2 +- kubernetes/read-write-mode/logs/loki/kustomization.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kubernetes/microservices-mode/logs/loki/kustomization.yaml b/kubernetes/microservices-mode/logs/loki/kustomization.yaml index 71fb037b..133ec7f1 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.5.2 + version: 6.6.1 repo: https://grafana.github.io/helm-charts releaseName: loki-distributed namespace: logging-system diff --git a/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml b/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml index ad6b4551..3ccadf11 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.9.9 + version: 1.9.10 repo: https://grafana.github.io/helm-charts releaseName: tempo-distributed namespace: tracing-system diff --git a/kubernetes/monolithic-mode/traces/tempo/kustomization.yaml b/kubernetes/monolithic-mode/traces/tempo/kustomization.yaml index 460eeb95..55b8ec5f 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.7.3 + version: 1.8.0 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 cf1c7842..b53afff0 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.5.2 + version: 6.6.1 repo: https://grafana.github.io/helm-charts releaseName: loki namespace: logging-system