We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0a004 commit 850b0f8Copy full SHA for 850b0f8
variables.tf
@@ -845,7 +845,7 @@ variable "talos_backup_schedule" {
845
# Kubernetes
846
variable "kubernetes_version" {
847
type = string
848
- default = "v1.33.4" # https://github.com/kubernetes/kubernetes
+ default = "v1.33.5" # https://github.com/kubernetes/kubernetes
849
description = "Specifies the Kubernetes version to deploy."
850
}
851
0 commit comments