diff --git a/flux2.tf b/flux2.tf index 92ecdc307..f99c9dbe5 100644 --- a/flux2.tf +++ b/flux2.tf @@ -10,7 +10,7 @@ locals { create_ns = true namespace = "flux-system" path = "gitops/clusters/${var.cluster-name}" - version = "v2.1.2" + version = "v2.2.3" create_github_repository = false repository = "gitops" repository_visibility = "public" diff --git a/modules/aws/kube-prometheus.tf b/modules/aws/kube-prometheus.tf index 0257d36dc..99cf9715d 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.33.0" + thanos_version = "v0.34.1" 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 a09dc96b5..cadb9fc89 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.33.0" + thanos_version = "v0.34.1" 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 b3e594eb3..639c80e69 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.33.0" + thanos_version = "v0.34.1" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true