Skip to content

Commit

Permalink
fix: Make cluster_autoscaler mapping support k8s 1.28 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocc authored Oct 3, 2023
1 parent 56409e9 commit 3f9af17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1960,6 +1960,7 @@ locals {
"1.25" = "v1.25.3"
"1.26" = "v1.26.4"
"1.27" = "v1.27.3"
"1.28" = "v1.28.0"
}
}

Expand Down

0 comments on commit 3f9af17

Please sign in to comment.