Skip to content

Commit

Permalink
Fixed Kubernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
giulio-giunta committed Dec 10, 2023
1 parent 6d70ff6 commit 131e461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure/terraform-azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ variable "location" {
}

variable "kubernetes_version" {
default = "1.27.1"
default = "1.27.7"
}

variable "orchestrator_version" {
default = "1.27.1"
default = "1.27.7"
}

0 comments on commit 131e461

Please sign in to comment.