From c66d129528e4d1f5cbe5a770151f95508e010870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:27:17 +0000 Subject: [PATCH 1/2] fix(charts): update helm release promtail to v6.16.4 (#2851) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- helm-dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-dependencies.yaml b/helm-dependencies.yaml index 33f7560e5..1363efe5f 100644 --- a/helm-dependencies.yaml +++ b/helm-dependencies.yaml @@ -75,7 +75,7 @@ dependencies: version: 6.6.6 repository: https://grafana.github.io/helm-charts - name: promtail - version: 6.16.3 + version: 6.16.4 repository: https://grafana.github.io/helm-charts - name: metrics-server version: 3.12.1 From 15d6f39570e98cba61f7e544023fd836501cc18b Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Tue, 16 Jul 2024 13:37:16 +0200 Subject: [PATCH 2/2] fix(loki): remove boltdb shipper deprecated config Signed-off-by: Kevin Lefevre --- modules/aws/loki-stack.tf | 2 -- modules/scaleway/loki-stack.tf | 2 -- 2 files changed, 4 deletions(-) diff --git a/modules/aws/loki-stack.tf b/modules/aws/loki-stack.tf index 4d18accbf..fba1f0a4e 100644 --- a/modules/aws/loki-stack.tf +++ b/modules/aws/loki-stack.tf @@ -39,8 +39,6 @@ locals { enabled: true loki: auth_enabled: false - compactor: - shared_store: aws storage: bucketNames: chunks: "${local.loki-stack["bucket"]}" diff --git a/modules/scaleway/loki-stack.tf b/modules/scaleway/loki-stack.tf index 8f92e46b1..ef333f528 100644 --- a/modules/scaleway/loki-stack.tf +++ b/modules/scaleway/loki-stack.tf @@ -31,8 +31,6 @@ locals { enabled: true loki: auth_enabled: false - compactor: - shared_store: aws storage: bucketNames: chunks: "${local.loki-stack["bucket"]}"