diff --git a/mithril-infra/assets/infra.version b/mithril-infra/assets/infra.version index c0b7055e188..7927ecc6f68 100644 --- a/mithril-infra/assets/infra.version +++ b/mithril-infra/assets/infra.version @@ -1,2 +1,2 @@ -0.4.12 +0.4.13 diff --git a/mithril-infra/variables.tf b/mithril-infra/variables.tf index 13d436cb24b..0ffead79db1 100644 --- a/mithril-infra/variables.tf +++ b/mithril-infra/variables.tf @@ -145,7 +145,7 @@ variable "google_storage_bucket_force_destroy" { variable "google_storage_bucket_max_age" { type = number description = "Number of days after which an object in the storage bucket expires" - default = 14 + default = 28 } variable "google_storage_bucket_prefix_with_lifecyle_rule" {