diff --git a/02-infrastructure/variables.tf b/02-infrastructure/variables.tf index 3b1b47b..05bcfd7 100644 --- a/02-infrastructure/variables.tf +++ b/02-infrastructure/variables.tf @@ -97,7 +97,7 @@ variable "talos_version" { description = "Talos Linux version to use" type = string # renovate: datasource=github-releases depName=siderolabs/talos - default = "v1.12.1" + default = "v1.12.4" } variable "kubernetes_version" {