From 53cec44233514fafe641ab42f94f2a4559fc2974 Mon Sep 17 00:00:00 2001 From: Rowan Stein Date: Tue, 26 May 2026 01:36:42 +0000 Subject: [PATCH] Bump tracing-app chart version to 0.3.0 --- 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 17298be..31b710b 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.9" + default = "0.3.0" } variable "tracing_app_image_tag" {