From a5c5c7a8a429e99f9484d089123cb9d61bbc2567 Mon Sep 17 00:00:00 2001 From: Rowan Stein Date: Thu, 14 May 2026 15:46:52 +0000 Subject: [PATCH] chore(platform): bump llm chart to 0.4.3 --- 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 0ea01b7..470464a 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -482,7 +482,7 @@ variable "files_db_pvc_size" { variable "llm_chart_version" { type = string description = "Version of the llm Helm chart published to GHCR" - default = "0.4.2" + default = "0.4.3" } variable "llm_image_tag" {