update KIND to v0.10.0 and node to 1.16.15

Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
pull/812/head
Chanwit Kaewkasi 4 years ago
parent 832c925d39
commit 424de63bd1

@ -26,7 +26,8 @@ jobs:
- name: Setup Kubernetes - name: Setup Kubernetes
uses: engineerd/setup-kind@v0.5.0 uses: engineerd/setup-kind@v0.5.0
with: with:
image: kindest/node:v1.16.9 version: "v0.10.0"
image: kindest/node:v1.16.15@sha256:c10a63a5bda231c0a379bf91aebf8ad3c79146daca59db816fb963f731852a99
config: .github/workflows/e2e_kind_config.yaml # disable KIND-net config: .github/workflows/e2e_kind_config.yaml # disable KIND-net
- name: Setup Calico for network policy - name: Setup Calico for network policy
run: | run: |

Loading…
Cancel
Save