From 2a96d233894d0c3195999d90850f0ddc5f687929 Mon Sep 17 00:00:00 2001 From: Rowan Stein Date: Thu, 23 Jul 2026 01:57:09 +0000 Subject: [PATCH] Bump agents-orchestrator to 0.13.21 --- 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 18ecce3..2b34ad7 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -26,7 +26,7 @@ variable "gateway_chart_version" { variable "agents_orchestrator_chart_version" { type = string description = "Version of the agents-orchestrator Helm chart published to GHCR" - default = "0.13.20" + default = "0.13.21" } variable "threads_chart_version" {