Skip to content

Commit

Permalink
chore: update weka default version: 4.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Jul 22, 2024
1 parent 28e252e commit a42bcf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/existing_private_network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "weka_deployment" {
vnet_name = "vnet-name"
vnet_rg_name = "vnet-rg-name"
sg_id = "/subscriptions/../resourceGroups/../providers/Microsoft.Network/networkSecurityGroups/.."
install_weka_url = "https://wekatars.blob.core.windows.net/tars/weka-4.2.12.tar?<SAS_TOKEN>"
install_weka_url = "https://wekatars.blob.core.windows.net/tars/weka-4.2.11.tar?<SAS_TOKEN>"
assign_public_ip = false
cluster_size = 6
tiering_enable_obs_integration = true
Expand Down
2 changes: 1 addition & 1 deletion examples/existing_private_network_with_peering/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "weka_deployment" {
rg_name = "weka-rg"
assign_public_ip = false
apt_repo_server = "http://11.0.0.4/ubuntu/mirror/archive.ubuntu.com/ubuntu/"
install_weka_url = "https://wekatars.blob.core.windows.net/tars/weka-4.2.12.tar?<SAS_TOKEN>"
install_weka_url = "https://wekatars.blob.core.windows.net/tars/weka-4.2.11.tar?<SAS_TOKEN>"
vnet_rg_name = "weka-rg"
vnet_name = "weka-vnet"
subnet_name = "weka-subnet"
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ variable "logic_app_identity_name" {
variable "weka_version" {
type = string
description = "The Weka version to deploy."
default = "4.2.12"
default = "4.2.11"
}

variable "get_weka_io_token" {
Expand Down

0 comments on commit a42bcf3

Please sign in to comment.