removed 1.30 support for 2.12

Signed-off-by: swastik959 <Sswastik959@gmail.com>
This commit is contained in:
swastik959 2025-06-26 11:17:58 +05:30
parent 7911d3ee1e
commit 895804a050
1 changed files with 1 additions and 1 deletions

View File

@ -1443,7 +1443,7 @@ export const EKS_REGIONS = [
]; ];
// from https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html // from https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
export const EKS_VERSIONS = ['1.30', '1.29', '1.28', '1.27']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions export const EKS_VERSIONS = ['1.33', '1.32', '1.31']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions
export const nameFromResource = function(r, idField) { export const nameFromResource = function(r, idField) {
let id = r[idField]; let id = r[idField];