From cd0bbe52815495bcf2c5c4380a33686aa224e86c Mon Sep 17 00:00:00 2001 From: Assaf Giladi Date: Fri, 22 Dec 2023 11:38:41 +0200 Subject: [PATCH] core: update default weka version to 4.2.6.90 --- README.md | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 076551a2..b55af987 100644 --- a/README.md +++ b/README.md @@ -819,7 +819,7 @@ The `helper_commands` part in the output provides lambda call that can be used t | [vpc\_id](#input\_vpc\_id) | VPC ID, required only for security group creation | `string` | `""` | no | | [weka\_home\_url](#input\_weka\_home\_url) | Weka Home url | `string` | `""` | no | | [weka\_username](#input\_weka\_username) | Weka cluster username | `string` | `"admin"` | no | -| [weka\_version](#input\_weka\_version) | The Weka version to deploy. | `string` | `"4.2.6"` | no | +| [weka\_version](#input\_weka\_version) | The Weka version to deploy. | `string` | `"4.2.6.90"` | no | ## Outputs diff --git a/variables.tf b/variables.tf index 6d419cd9..6290635d 100644 --- a/variables.tf +++ b/variables.tf @@ -138,7 +138,7 @@ variable "cluster_name" { variable "weka_version" { type = string description = "The Weka version to deploy." - default = "4.2.6" + default = "4.2.6.90" } variable "get_weka_io_token" {