Merge pull request #4834 from bashofmann/eks-1.22

Add EKS 1.22, Remove EKS 1.18
This commit is contained in:
Neil MacDougall 2022-04-29 16:40:07 +01:00 committed by GitHub
commit 1edfa8aeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,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.21', '1.20', '1.19', '1.18']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions export const EKS_VERSIONS = ['1.22', '1.21', '1.20', '1.19']; // 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];