Update Kubernetes min supported version to 1.30

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/5200/head
Stefan Prodan 3 weeks ago
parent 45da6a86f8
commit 14da7d58be
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -40,8 +40,8 @@ jobs:
config: .github/kind/config.yaml # disable KIND-net config: .github/kind/config.yaml # disable KIND-net
# The versions below should target the oldest supported Kubernetes version # The versions below should target the oldest supported Kubernetes version
# Keep this up-to-date with https://endoflife.date/kubernetes # Keep this up-to-date with https://endoflife.date/kubernetes
node_image: ghcr.io/fluxcd/kindest/node:v1.29.7-amd64 node_image: ghcr.io/fluxcd/kindest/node:v1.30.9-amd64
kubectl_version: v1.29.7 kubectl_version: v1.30.9
- name: Setup Calico for network policy - name: Setup Calico for network policy
run: | run: |
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml

@ -60,7 +60,7 @@ type checkFlags struct {
} }
var kubernetesConstraints = []string{ var kubernetesConstraints = []string{
">=1.28.0-0", ">=1.30.0-0",
} }
var checkArgs checkFlags var checkArgs checkFlags

@ -1,3 +1,3 @@
► checking prerequisites ► checking prerequisites
✔ Kubernetes {{ .serverVersion }} >=1.28.0-0 ✔ Kubernetes {{ .serverVersion }} >=1.30.0-0
✔ prerequisites checks passed ✔ prerequisites checks passed

Loading…
Cancel
Save