mirror of https://github.com/rancher/ui.git
removed 1.30 support for 2.12
Signed-off-by: swastik959 <Sswastik959@gmail.com>
This commit is contained in:
parent
7911d3ee1e
commit
895804a050
|
|
@ -1443,7 +1443,7 @@ export const EKS_REGIONS = [
|
|||
];
|
||||
|
||||
// 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) {
|
||||
let id = r[idField];
|
||||
|
|
|
|||
Loading…
Reference in New Issue