Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed May 13, 2022
2 parents 267b496 + 5b17870 commit 71c99fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/aws/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {
thanos_bucket = "thanos-store-${var.cluster-name}"
thanos_bucket_force_destroy = false
thanos_store_config = null
thanos_version = "v0.25.2"
thanos_version = "v0.26.0"
enabled = false
allowed_cidrs = ["0.0.0.0/0"]
default_network_policy = true
Expand Down
2 changes: 1 addition & 1 deletion modules/aws/tigera-operator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
chart = local.helm_dependencies[index(local.helm_dependencies.*.name, "tigera-operator")].name
repository = local.helm_dependencies[index(local.helm_dependencies.*.name, "tigera-operator")].repository
chart_version = local.helm_dependencies[index(local.helm_dependencies.*.name, "tigera-operator")].version
namespace = "tigera" #https://github.com/projectcalico/calico/issues/4812
namespace = "tigera-operator"
create_ns = true
enabled = false
default_network_policy = true
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 @@ -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.25.2"
thanos_version = "v0.26.0"
enabled = false
allowed_cidrs = ["0.0.0.0/0"]
default_network_policy = true
Expand Down

0 comments on commit 71c99fa

Please sign in to comment.