From 1d44d4a26f5b8c1ebc422ac0d288f2958455d2e3 Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Sat, 16 Jul 2022 17:09:08 +0200 Subject: [PATCH] feat: update thanos sidecar to v0.27.0 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 d65f40140..8cd42a29d 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.26.0" + thanos_version = "v0.27.0" 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 f00a6863d..6d14b7db7 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.26.0" + thanos_version = "v0.27.0" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true