|
|
@ -37,8 +37,8 @@ jobs:
|
|
|
|
config: .github/kind/config.yaml # disable KIND-net
|
|
|
|
config: .github/kind/config.yaml # disable KIND-net
|
|
|
|
# The versions below should target the newest Kubernetes version
|
|
|
|
# The versions below should target the newest Kubernetes version
|
|
|
|
# Keep this up-to-date with https://endoflife.date/kubernetes
|
|
|
|
# Keep this up-to-date with https://endoflife.date/kubernetes
|
|
|
|
node_image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
|
|
|
|
node_image: kindest/node:v1.28.0@sha256:9f3ff58f19dcf1a0611d11e8ac989fdb30a28f40f236f59f0bea31fb956ccf5c
|
|
|
|
kubectl_version: v1.27.3
|
|
|
|
kubectl_version: v1.28.0
|
|
|
|
- name: Setup Calico for network policy
|
|
|
|
- name: Setup Calico for network policy
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
kubectl apply -f https://docs.projectcalico.org/v3.25/manifests/calico.yaml
|
|
|
|
kubectl apply -f https://docs.projectcalico.org/v3.25/manifests/calico.yaml
|
|
|
|