diff --git a/02-infrastructure/variables.tf b/02-infrastructure/variables.tf index 6236401..c063cec 100644 --- a/02-infrastructure/variables.tf +++ b/02-infrastructure/variables.tf @@ -133,7 +133,7 @@ variable "kubernetes_version" { description = "Kubernetes version for Talos cluster" type = string # renovate: datasource=github-releases depName=kubernetes/kubernetes versioning=semver extractVersion=^v(?.*)$ - default = "1.35.0" + default = "1.35.3" } variable "cluster_name" {