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" {