diff --git a/modules/aws/kube-prometheus.tf b/modules/aws/kube-prometheus.tf index 262df3ab6..0257d36dc 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.32.5" + thanos_version = "v0.33.0" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true diff --git a/modules/google/kube-prometheus.tf b/modules/google/kube-prometheus.tf index 9dded7b82..b93854cb2 100644 --- a/modules/google/kube-prometheus.tf +++ b/modules/google/kube-prometheus.tf @@ -22,7 +22,7 @@ locals { thanos_bucket_location = "" thanos_kms_bucket_location = "" thanos_store_config = null - thanos_version = "v0.32.5" + thanos_version = "v0.33.0" thanos_service_account = "" enabled = false allowed_cidrs = ["0.0.0.0/0"] diff --git a/modules/scaleway/kube-prometheus.tf b/modules/scaleway/kube-prometheus.tf index 6992a203e..b3e594eb3 100644 --- a/modules/scaleway/kube-prometheus.tf +++ b/modules/scaleway/kube-prometheus.tf @@ -13,7 +13,7 @@ locals { thanos_bucket = "thanos-store-${var.cluster-name}" thanos_bucket_region = local.scaleway["region"] thanos_store_config = null - thanos_version = "v0.32.5" + thanos_version = "v0.33.0" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true