Skip to content

Commit c2f74f9

Browse files
committed
fix(platform): use released stable runtime charts
1 parent 199fef5 commit c2f74f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stacks/platform/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variable "gateway_chart_version" {
2626
variable "agents_orchestrator_chart_version" {
2727
type = string
2828
description = "Version of the agents-orchestrator Helm chart published to GHCR"
29-
default = "0.13.17"
29+
default = "0.13.18"
3030
}
3131

3232
variable "threads_chart_version" {
@@ -116,7 +116,7 @@ variable "identity_chart_version" {
116116
variable "runners_chart_version" {
117117
type = string
118118
description = "Version of the runners Helm chart published to GHCR"
119-
default = "0.5.11"
119+
default = "0.5.12"
120120
}
121121

122122
variable "apps_chart_version" {
@@ -713,7 +713,7 @@ variable "media_proxy_image_tag" {
713713
variable "llm_proxy_chart_version" {
714714
type = string
715715
description = "Version of the llm-proxy Helm chart published to GHCR"
716-
default = "0.12.5"
716+
default = "0.12.6"
717717
}
718718

719719
variable "llm_proxy_image_tag" {

0 commit comments

Comments
 (0)