Set minimum supported version to Kubernetes 1.20.6

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2022-01-26 10:41:17 +02:00
parent 776a7fc9c0
commit f154326391
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
4 changed files with 6 additions and 9 deletions

View file

@ -27,7 +27,7 @@ jobs:
uses: engineerd/setup-kind@v0.5.0
with:
version: v0.11.1
image: kindest/node:v1.19.11@sha256:07db187ae84b4b7de440a73886f008cf903fcf5764ba8106a9fd5243d6f32729
image: kindest/node:v1.20.7
config: .github/kind/config.yaml # disable KIND-net
- name: Setup Calico for network policy
run: |