Skip to content

Commit

Permalink
Upgrade k8s cluster version to 1.26 (#290)
Browse files Browse the repository at this point in the history
On AKS upgrade k8s cluster to version 1.26.3
On EKS upgrade k8s cluster to version 1.26

Signed-off-by: Anand Kumar <[email protected]>
  • Loading branch information
Anandkumar26 authored Aug 8, 2023
1 parent 67966f0 commit c930f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/terraform/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ resource "azurerm_kubernetes_cluster" "k8s" {
type = "SystemAssigned"
}

kubernetes_version = "1.25.5"
kubernetes_version = "1.26.3"

tags = {
Environment = "nephe"
Expand Down
2 changes: 1 addition & 1 deletion hack/terraform/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module "eks" {
version = "~>17.24.0"
cluster_name = local.cluster_name
subnets = module.vpc.public_subnets
cluster_version = "1.25"
cluster_version = "1.26"

tags = {
Terraform = "true"
Expand Down

0 comments on commit c930f97

Please sign in to comment.