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:
Valeriano Manassero 2021-12-09 11:47:13 +01:00 committed by GitHub
parent 4c09ae2c92
commit d8117eeb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ jobs:
matrix:
k8s:
- v1.21.2
- v1.22.1
- v1.23.0
steps:
- name: Checkout