diff --git a/stacks/platform/variables.tf b/stacks/platform/variables.tf index f1997e5..d703d3b 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -134,7 +134,7 @@ variable "agent_state_image_tag" { variable "threads_image_tag" { type = string description = "Optional override for the threads image tag" - default = "" + default = "v0.1.2" } variable "chat_chart_version" {