Skip to content
Open
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
14 changes: 7 additions & 7 deletions stacks/platform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "gateway_chart_version" {
variable "agent_state_chart_version" {
type = string
description = "Version of the agent-state Helm chart published to GHCR"
default = "0.1.0"
default = "0.2.0"
}

variable "agents_orchestrator_chart_version" {
Expand All @@ -44,7 +44,7 @@ variable "agents_orchestrator_chart_version" {
variable "k8s_runner_chart_version" {
type = string
description = "Version of the k8s-runner Helm chart published to GHCR"
default = "0.1.0"
default = "0.2.0"
}

variable "threads_chart_version" {
Expand Down Expand Up @@ -86,13 +86,13 @@ variable "agents_chart_version" {
variable "users_chart_version" {
type = string
description = "Version of the users Helm chart published to GHCR"
default = "0.1.0"
default = "0.2.0"
}

variable "tenants_chart_version" {
type = string
description = "Version of the tenants Helm chart published to GHCR"
default = "0.1.0"
default = "0.2.0"
}

variable "chat_app_chart_version" {
Expand Down Expand Up @@ -183,7 +183,7 @@ variable "threads_image_tag" {
variable "chat_chart_version" {
type = string
description = "Version of the chat Helm chart published to GHCR"
default = "0.1.0"
default = "0.2.0"
}

variable "chat_image_tag" {
Expand Down Expand Up @@ -345,7 +345,7 @@ variable "files_db_pvc_size" {
variable "llm_chart_version" {
type = string
description = "Version of the llm Helm chart published to GHCR"
default = "0.1.0"
default = "0.2.0"
}

variable "llm_image_tag" {
Expand Down Expand Up @@ -467,7 +467,7 @@ variable "registry_mirror_pvc_size" {
variable "secrets_chart_version" {
type = string
description = "Version of the secrets Helm chart published to GHCR"
default = "0.1.0"
default = "0.2.0"
}

variable "secrets_image_tag" {
Expand Down
Loading