Skip to content

Commit 67afba6

Browse files
authored
fix: Old default sys upgrade controller version
1 parent bc8bc1d commit 67afba6

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)