Skip to content

Commit

Permalink
feat: update default versions of thanos and flux
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <kevin@particule.io>
  • Loading branch information
ArchiFleKs committed Feb 25, 2024
1 parent 828a6cb commit dbfc5d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flux2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/aws/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/google/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion modules/scaleway/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbfc5d0

Please sign in to comment.