mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01:00
add new k8s version check
This commit is contained in:
parent
666a685118
commit
90de01f7d9
3 changed files with 5 additions and 2 deletions
|
|
@ -95,6 +95,7 @@
|
|||
tests-k8s-1_20 = wasSuccess (mkK8STests {k8sVersion = "1.20";});
|
||||
tests-k8s-1_21 = wasSuccess (mkK8STests {k8sVersion = "1.21";});
|
||||
tests-k8s-1_23 = wasSuccess (mkK8STests {k8sVersion = "1.23";});
|
||||
tests-k8s-1_24 = wasSuccess (mkK8STests {k8sVersion = "1.24";});
|
||||
};
|
||||
}
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue