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 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"]}"