mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-18 01:35:44 +00:00
build: update Kubernetes versions in e2e workflows
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
879558fe20
commit
d29f1c062f
3 changed files with 10 additions and 4 deletions
5
.github/workflows/e2e-bootstrap.yaml
vendored
5
.github/workflows/e2e-bootstrap.yaml
vendored
|
|
@ -33,7 +33,10 @@ jobs:
|
|||
with:
|
||||
version: v0.17.0
|
||||
cluster_name: kind
|
||||
node_image: kindest/node:v1.25.2
|
||||
# The versions below should target the newest Kubernetes version
|
||||
# Keep this up-to-date with https://endoflife.date/kubernetes
|
||||
node_image: kindest/node:v1.26.0
|
||||
kubectl_version: v1.26.2
|
||||
- name: Setup Kustomize
|
||||
uses: fluxcd/pkg/actions/kustomize@main
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue