From 6340bb633e1ad1cea8fbb3b734e01f914b2deb92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:13:38 +0000 Subject: [PATCH] Update Helm release loki-stack to v2.10.3 --- infrastructure/template-services/logging/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/template-services/logging/main.tf b/infrastructure/template-services/logging/main.tf index 267d8844..82afbe9f 100644 --- a/infrastructure/template-services/logging/main.tf +++ b/infrastructure/template-services/logging/main.tf @@ -16,5 +16,5 @@ resource "helm_release" "loki-stack" { repository = "https://grafana.github.io/helm-charts" chart = "loki-stack" namespace = var.name_prefix - version = "2.4.1" + version = "2.10.3" } \ No newline at end of file