From 62c00559989b22726b137b288313c15796a1a563 Mon Sep 17 00:00:00 2001 From: Casey Brooks Date: Wed, 20 May 2026 12:37:28 +0000 Subject: [PATCH] fix(platform): bump agents chart --- 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 ae2446b..9abcef6 100644 --- a/stacks/platform/variables.tf +++ b/stacks/platform/variables.tf @@ -87,7 +87,7 @@ variable "postgres_chart_version" { variable "agents_chart_version" { type = string description = "Version of the agents Helm chart published to GHCR" - default = "0.7.4" + default = "0.7.5" } variable "ziti_management_chart_version" {