mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-09 13:40:06 +00:00
Update Kubernetes min supported version to 1.30
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
45da6a86f8
commit
14da7d58be
3 changed files with 4 additions and 4 deletions
4
.github/workflows/e2e.yaml
vendored
4
.github/workflows/e2e.yaml
vendored
|
|
@ -40,8 +40,8 @@ jobs:
|
|||
config: .github/kind/config.yaml # disable KIND-net
|
||||
# The versions below should target the oldest supported Kubernetes version
|
||||
# Keep this up-to-date with https://endoflife.date/kubernetes
|
||||
node_image: ghcr.io/fluxcd/kindest/node:v1.29.7-amd64
|
||||
kubectl_version: v1.29.7
|
||||
node_image: ghcr.io/fluxcd/kindest/node:v1.30.9-amd64
|
||||
kubectl_version: v1.30.9
|
||||
- name: Setup Calico for network policy
|
||||
run: |
|
||||
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue