From 986d90e50169b71cde5b138cf4503d3c31dac63c Mon Sep 17 00:00:00 2001 From: Casey Brooks Date: Tue, 19 May 2026 18:34:35 +0000 Subject: [PATCH] fix(platform): bump llm-proxy chart version --- 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 ed163ca..ae2446b 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -659,7 +659,7 @@ variable "media_proxy_image_tag" { variable "llm_proxy_chart_version" { type = string description = "Version of the llm-proxy Helm chart published to GHCR" - default = "0.12.0" + default = "0.12.2" } variable "llm_proxy_image_tag" {