From c260840acec49d73fa48d1f39ded30c3578c2aac Mon Sep 17 00:00:00 2001 From: tzvonimir Date: Tue, 16 Jun 2026 13:21:21 +0530 Subject: [PATCH] Upgrade devzero chart versions --- README.md | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63ad02d..b88a1b1 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ No modules. | [operator\_extra\_values](#input\_operator\_extra\_values) | Additional Helm values for the devzero-operator chart (as name->value). |
list(object({
name = string
value = string
}))
| `[]` | no | | [provision\_prometheus](#input\_provision\_prometheus) | Whether to provision prometheus | `bool` | `true` | no | | [runtime](#input\_runtime) | The runtime of the cluster. Supported values: containerd, rke2, k3s. | `string` | `"containerd"` | no | -| [zxporter\_chart\_version](#input\_zxporter\_chart\_version) | The Helm chart version for zxporter | `string` | `"0.0.81"` | no | +| [zxporter\_chart\_version](#input\_zxporter\_chart\_version) | The Helm chart version for zxporter | `string` | `"0.0.59"` | no | | [zxporter\_extra\_values](#input\_zxporter\_extra\_values) | Additional Helm values for the zxporter chart (as name->value). |
list(object({
name = string
value = string
}))
| `[]` | no | ## Outputs diff --git a/variables.tf b/variables.tf index 229c501..e54b010 100644 --- a/variables.tf +++ b/variables.tf @@ -94,7 +94,7 @@ variable "operator_extra_values" { variable "zxporter_chart_version" { type = string description = "The Helm chart version for zxporter" - default = "0.0.81" + default = "0.0.59" } variable "operator_chart_version" {