From c1365fa32571d014625be41bee8737a4fc20c2e0 Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Mon, 10 Oct 2022 13:53:54 +0200 Subject: [PATCH] feat(thanos): upgrade to v0.28.1 Signed-off-by: Kevin Lefevre --- modules/aws/kube-prometheus.tf | 2 +- modules/scaleway/kube-prometheus.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aws/kube-prometheus.tf b/modules/aws/kube-prometheus.tf index 15031025e..72bc8c597 100644 --- a/modules/aws/kube-prometheus.tf +++ b/modules/aws/kube-prometheus.tf @@ -18,7 +18,7 @@ locals { thanos_bucket = "thanos-store-${var.cluster-name}" thanos_bucket_force_destroy = false thanos_store_config = null - thanos_version = "v0.27.0" + thanos_version = "v0.28.1" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true diff --git a/modules/scaleway/kube-prometheus.tf b/modules/scaleway/kube-prometheus.tf index 6d14b7db7..9e9c0e415 100644 --- a/modules/scaleway/kube-prometheus.tf +++ b/modules/scaleway/kube-prometheus.tf @@ -12,7 +12,7 @@ locals { thanos_bucket = "thanos-store-${var.cluster-name}" thanos_bucket_region = local.scaleway["region"] thanos_store_config = null - thanos_version = "v0.27.0" + thanos_version = "v0.28.1" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true