diff --git a/stacks/platform/variables.tf b/stacks/platform/variables.tf index 1d7a18a..4859ca1 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -439,7 +439,7 @@ variable "tracing_db_pvc_size" { variable "files_chart_version" { type = string description = "Version of the files Helm chart published to GHCR" - default = "0.1.3" + default = "0.1.4" } variable "files_image_tag" {