From e12aa13202949e00447cff08802579634bdf3643 Mon Sep 17 00:00:00 2001 From: Jules Vega Date: Wed, 20 May 2026 21:09:49 +0000 Subject: [PATCH] Bump llm-proxy to 0.12.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 62dc9dd..8243e17 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.3" + default = "0.12.4" } variable "llm_proxy_image_tag" {