From 751515956a14477039df1e920c946432c74b9cfd Mon Sep 17 00:00:00 2001 From: "A.Bescond" Date: Tue, 26 Sep 2023 10:26:40 +0200 Subject: [PATCH] fix(kube-prometheus): thanos version (#2314) Co-authored-by: Kevin Lefevre --- modules/aws/kube-prometheus.tf | 6 ++++-- modules/google/kube-prometheus.tf | 6 ++++-- modules/scaleway/kube-prometheus.tf | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/modules/aws/kube-prometheus.tf b/modules/aws/kube-prometheus.tf index 6f1ff3e02..9774ca271 100644 --- a/modules/aws/kube-prometheus.tf +++ b/modules/aws/kube-prometheus.tf @@ -19,7 +19,7 @@ locals { thanos_bucket = "thanos-store-${var.cluster-name}" thanos_bucket_force_destroy = false thanos_store_config = null - thanos_version = "v0.31.0" + thanos_version = "v0.32.3" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true @@ -204,12 +204,14 @@ grafana: VALUES values_thanos_sidecar = <