Skip to content

Commit

Permalink
Merge pull request #1531 from ricristian/patch-6
Browse files Browse the repository at this point in the history
fix: Old default sys upgrade controller version
  • Loading branch information
mysticaltech authored Nov 7, 2024
2 parents bc8bc1d + 67afba6 commit 7c6c4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,6 @@ variable "keep_disk_cp" {

variable "sys_upgrade_controller_version" {
type = string
default = "v0.13.4"
default = "v0.14.2"
description = "Whether to keep OS disks of nodes the same size when upgrading a control-plane node"
}
}

0 comments on commit 7c6c4af

Please sign in to comment.