Skip to content

Commit

Permalink
also update k8s version in tf
Browse files Browse the repository at this point in the history
  • Loading branch information
batpad committed Nov 28, 2023
1 parent f53ed48 commit d684746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/terraform/resources/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "azurerm_kubernetes_cluster" "ifrcgo" {
location = data.azurerm_resource_group.ifrcgo.location
resource_group_name = data.azurerm_resource_group.ifrcgo.name
dns_prefix = "${local.prefix}-cluster"
kubernetes_version = "1.25.5"
kubernetes_version = "1.25.15"

default_node_pool {
name = "nodepool1"
Expand Down Expand Up @@ -40,4 +40,4 @@ resource "azurerm_role_assignment" "storage" {
scope = data.azurerm_resource_group.ifrcgo.id
role_definition_name = "Storage Account Contributor"
principal_id = azurerm_kubernetes_cluster.ifrcgo.identity[0].principal_id
}
}

0 comments on commit d684746

Please sign in to comment.