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" {