From a65dc07945eafd0cd6c49aa2f3fe8ac59e2578b2 Mon Sep 17 00:00:00 2001 From: Rowan Stein Date: Mon, 25 May 2026 23:27:45 +0000 Subject: [PATCH] Bump tracing-app chart version to 0.2.9 --- 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 75012c1..17298be 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.8" + default = "0.2.9" } variable "tracing_app_image_tag" {