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