Skip to content

Commit

Permalink
bump kubernetes version for AKS (#4383)
Browse files Browse the repository at this point in the history
* bump kubernetes version for AKS

* bump kubernetes version for AKS
  • Loading branch information
NiniOak authored Oct 10, 2024
1 parent e959d33 commit eb9539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/test/terraform/aks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "location" {
}

variable "kubernetes_version" {
default = "1.27"
default = "1.28"
description = "Kubernetes version supported on AKS"
}

Expand Down

0 comments on commit eb9539c

Please sign in to comment.