From e76541f8463a5f953ccd946fe76aec70394a2ce9 Mon Sep 17 00:00:00 2001 From: Jules Vega Date: Wed, 20 May 2026 23:57:46 +0000 Subject: [PATCH 1/2] chore(platform): bump llm-proxy to 0.12.5 --- 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 e90489c..e45158c 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.4" + default = "0.12.5" } variable "llm_proxy_image_tag" { From 26c27f1b9c7288b110f085e16b8a14f82c77a306 Mon Sep 17 00:00:00 2001 From: Jules Vega Date: Thu, 21 May 2026 01:11:06 +0000 Subject: [PATCH 2/2] chore: bump tracing-app chart to 0.2.7 --- 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 e45158c..9faa9ce 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -190,7 +190,7 @@ variable "oidc_client_secret" { variable "tracing_app_chart_version" { type = string description = "Version of the tracing-app Helm chart published to GHCR" - default = "0.2.6" + default = "0.2.7" } variable "tracing_app_image_tag" {