Skip to content

Commit

Permalink
Changed the default release to 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
checco committed Aug 12, 2024
1 parent 6b4a91a commit 7a86276
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 @@ -39,7 +39,7 @@ module "as_demo" {

| Name | Description | Type | Default | Required |
|-------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------------------------------|:--------:|
| <a name="input_axonserver_release"></a> [axonserver\_release](#input\_axonserver\_release) | Axon Server Release namespace. | `string` | `"2024.0.4"` | no |
| <a name="input_axonserver_release"></a> [axonserver\_release](#input\_axonserver\_release) | Axon Server Release namespace. | `string` | `"2024.1.0"` | no |
| <a name="input_namespace"></a> [namespace](#input\_namespace) | Kubernetes cluster namespace. | `string` | `"axonserver"` | yes |
| <a name="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name) | Axon Server cluster name. | `string` | `""` | yes |
| <a name="input_nodes_number"></a> [nodes\_number](#input\_nodes\_number) | The number of nodes deployed inside the cluster. | `number` | `1` | yes |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "axonserver_release" {
description = "Axonserver Release"
type = string
default = "2024.0.4"
default = "2024.1.0"
}

variable "namespace" {
Expand Down

0 comments on commit 7a86276

Please sign in to comment.