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