From c25be1632cfa21168a45f87a6e2b03d213d88f36 Mon Sep 17 00:00:00 2001 From: Rowan Stein Date: Wed, 8 Apr 2026 16:03:07 +0000 Subject: [PATCH] chore(platform): bump files chart version to 0.1.4 --- stacks/platform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {