From bdbd54df0a69e6f35b8087fca18911ec2a7a86b8 Mon Sep 17 00:00:00 2001 From: Casey Brooks Date: Sat, 23 May 2026 12:44:52 +0000 Subject: [PATCH] chore(platform): bump llm chart defaults --- stacks/platform/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/platform/variables.tf b/stacks/platform/variables.tf index 9faa9ce..c85f0d0 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -135,7 +135,7 @@ variable "apps_chart_version" { variable "chat_app_chart_version" { type = string description = "Version of the chat-app Helm chart published to GHCR" - default = "0.4.16" + default = "0.4.17" } variable "chat_app_image_tag" { @@ -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.3" + default = "0.4.4" } variable "llm_image_tag" {