Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stacks/platform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "agents_orchestrator_chart_version" {
variable "threads_chart_version" {
type = string
description = "Version of the threads Helm chart published to GHCR"
default = "0.4.11"
default = "0.4.13"
}

variable "metering_chart_version" {
Expand Down Expand Up @@ -196,7 +196,7 @@ variable "tracing_app_chart_version" {
variable "tracing_app_image_tag" {
type = string
description = "Optional override for the tracing-app container image tag"
default = ""
default = "0.2.6"
}

variable "platform_namespace" {
Expand Down
Loading