From a362a6dc706760d5f3c6ea76435fe6a19aa42d5b Mon Sep 17 00:00:00 2001 From: Ivo Ursino Date: Fri, 3 May 2024 20:08:37 -0300 Subject: [PATCH] Upgrade default loki-distributed version to 0.67.2 --- helm-values/loki-distributed.yaml | 9 --------- variables.tf | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/helm-values/loki-distributed.yaml b/helm-values/loki-distributed.yaml index 3dd9468..f66bec1 100644 --- a/helm-values/loki-distributed.yaml +++ b/helm-values/loki-distributed.yaml @@ -109,15 +109,6 @@ ingester: - name: wal mountPath: /data/loki/wal -# Configuration for the querier -querier: - extraVolumes: - - name: data - emptyDir: {} - extraVolumeMounts: - - name: data - mountPath: /data/loki - # Configuration for the index-gateway indexGateway: extraVolumes: diff --git a/variables.tf b/variables.tf index d6eaa51..f28bf0b 100644 --- a/variables.tf +++ b/variables.tf @@ -263,7 +263,7 @@ variable "helm_loki_enabled" { } variable "loki_chart_version" { - default = "0.48.3" + default = "0.67.2" } variable "loki_priority_class_name" {