From df10a0cf9256e80f8acc5f882a5cf0e2f4a0fc8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:32:39 +0000 Subject: [PATCH] Update Helm release loki-stack to v2.8.2 --- 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..2474e2a2 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.8.2" } \ No newline at end of file