From 49ea01234571b881511a7d87642c78f86c38d981 Mon Sep 17 00:00:00 2001 From: Jules Vega Date: Wed, 20 May 2026 22:10:04 +0000 Subject: [PATCH] Bump llm 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 8243e17..e90489c 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" {