Skip to content

Commit

Permalink
update k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixAnna committed Apr 14, 2024
1 parent bd8fbc1 commit e247581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/aks_appgw/terraform/infrastructure/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "azurerm_kubernetes_cluster" "dlwCluster" {
tags = var.tags

dns_prefix = "dlw-${random_pet.prefix.id}"
kubernetes_version = "1.24"
kubernetes_version = "1.28.5"

default_node_pool {
name = "default"
Expand Down

0 comments on commit e247581

Please sign in to comment.