Commit 14da7d5 1 parent 45da6a8 commit 14da7d5 Copy full SHA for 14da7d5
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
config : .github/kind/config.yaml # disable KIND-net
41
41
# The versions below should target the oldest supported Kubernetes version
42
42
# 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
45
45
- name : Setup Calico for network policy
46
46
run : |
47
47
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 {
60
60
}
61
61
62
62
var kubernetesConstraints = []string {
63
- ">=1.28 .0-0" ,
63
+ ">=1.30 .0-0" ,
64
64
}
65
65
66
66
var checkArgs checkFlags
Original file line number Diff line number Diff line change 1
1
► checking prerequisites
2
- ✔ Kubernetes {{ .serverVersion }} >=1.28 .0-0
2
+ ✔ Kubernetes {{ .serverVersion }} >=1.30 .0-0
3
3
✔ prerequisites checks passed
You can’t perform that action at this time.
0 commit comments