Skip to content

Commit

Permalink
core: update default weka version to 4.2.6.90
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Dec 22, 2023
1 parent 75dfc21 commit cd0bbe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ The `helper_commands` part in the output provides lambda call that can be used t
| <a name="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id) | VPC ID, required only for security group creation | `string` | `""` | no |
| <a name="input_weka_home_url"></a> [weka\_home\_url](#input\_weka\_home\_url) | Weka Home url | `string` | `""` | no |
| <a name="input_weka_username"></a> [weka\_username](#input\_weka\_username) | Weka cluster username | `string` | `"admin"` | no |
| <a name="input_weka_version"></a> [weka\_version](#input\_weka\_version) | The Weka version to deploy. | `string` | `"4.2.6"` | no |
| <a name="input_weka_version"></a> [weka\_version](#input\_weka\_version) | The Weka version to deploy. | `string` | `"4.2.6.90"` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit cd0bbe5

Please sign in to comment.