remove k8s 1.22 from ci (#43)

It looks 1.22 k8s image from kind has a very low ulimit preventing elastic search from installing, removing it waiting for a fix.
This commit is contained in:
Valeriano Manassero 2021-12-09 11:30:15 +01:00 committed by GitHub
parent 43f4c44219
commit 478eecd5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,11 +19,9 @@ jobs:
needs:
- lint-docs
strategy:
max-parallel: 1
matrix:
k8s:
- v1.21.2
- v1.22.4
- v1.23.0
steps:
- name: Checkout