From 478eecd5f22f2125a1b256f521081940441bb012 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Thu, 9 Dec 2021 11:30:15 +0100 Subject: [PATCH] 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. --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d26df15..f3404e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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