From e09935ceaee3db9bc31767dc219b3aab0883ccbf Mon Sep 17 00:00:00 2001 From: Casey Brooks Date: Tue, 17 Mar 2026 23:32:49 +0000 Subject: [PATCH 1/2] fix(platform): bump threads chart --- 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 f1997e5..2d30c86 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -44,7 +44,7 @@ variable "agent_state_chart_version" { variable "threads_chart_version" { type = string description = "Version of the threads Helm chart published to GHCR" - default = "0.1.1" + default = "0.1.2" } variable "token_counting_chart_version" { From d112b3fecc939d118a972cc789759f6332d4bfd9 Mon Sep 17 00:00:00 2001 From: Casey Brooks Date: Tue, 17 Mar 2026 23:48:07 +0000 Subject: [PATCH 2/2] fix(platform): pin threads image --- stacks/platform/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/platform/variables.tf b/stacks/platform/variables.tf index 2d30c86..d703d3b 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -44,7 +44,7 @@ variable "agent_state_chart_version" { variable "threads_chart_version" { type = string description = "Version of the threads Helm chart published to GHCR" - default = "0.1.2" + default = "0.1.1" } variable "token_counting_chart_version" { @@ -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" {