mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-03-03 18:52:27 +00:00
add k8s 1.22.1 to ci procedure (#44)
After some tests I found 1.22.1 doesn't have ulimit issue so I can include it into the ci process
This commit is contained in:
parent
4c09ae2c92
commit
d8117eeb0d
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
k8s:
|
k8s:
|
||||||
- v1.21.2
|
- v1.21.2
|
||||||
|
- v1.22.1
|
||||||
- v1.23.0
|
- v1.23.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user