Skip to content

Commit

Permalink
update k8s version defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sachincool committed Nov 4, 2024
1 parent 778c137 commit 60f5f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ variable "name" {
}
variable "kubernetes_version" {
description = "Version of the kubernetes engine"
default = "1.29"
default = "1.30"
type = string
}
variable "orchestrator_version" {
description = "Kubernetes version for the orchestration layer (nodes). By default it will be derived with var.kubernetes_version until passed explicitly"
type = string
default = "1.29"
default = "1.30"
}

variable "log_analytics_workspace_enabled" {
Expand Down

0 comments on commit 60f5f4b

Please sign in to comment.