File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 config : .github/kind/config.yaml # disable KIND-net
4141 # The versions below should target the oldest supported Kubernetes version
4242 # Keep this up-to-date with https://endoflife.date/kubernetes
43- node_image : ghcr.io/fluxcd/kindest/node:v1.29.7 -amd64
44- kubectl_version : v1.29.7
43+ node_image : ghcr.io/fluxcd/kindest/node:v1.30.9 -amd64
44+ kubectl_version : v1.30.9
4545 - name : Setup Calico for network policy
4646 run : |
4747 kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type checkFlags struct {
6060}
6161
6262var kubernetesConstraints = []string {
63- ">=1.28 .0-0" ,
63+ ">=1.30 .0-0" ,
6464}
6565
6666var checkArgs checkFlags
Original file line number Diff line number Diff line change 11► checking prerequisites
2- ✔ Kubernetes {{ .serverVersion }} >=1.28 .0-0
2+ ✔ Kubernetes {{ .serverVersion }} >=1.30 .0-0
33✔ prerequisites checks passed
You can’t perform that action at this time.
0 commit comments