Skip to content

Commit 7c6c4af

Browse files
authored
Merge pull request #1531 from ricristian/patch-6
fix: Old default sys upgrade controller version
2 parents bc8bc1d + 67afba6 commit 7c6c4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,6 @@ variable "keep_disk_cp" {
11341134

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

0 commit comments

Comments
 (0)