Merge pull request #3673 from fluxcd/fix-e2e-kind

ci: Use latest available images of kindest/node
pull/3674/head
Stefan Prodan 2 years ago committed by GitHub
commit 66deeec9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,8 @@ jobs:
strategy:
matrix:
# Keep this list up-to-date with https://endoflife.date/kubernetes
KUBERNETES_VERSION: [ 1.24.11, 1.25.7, 1.26.2 ]
# Check which versions are available on DockerHub with 'crane ls kindest/node'
KUBERNETES_VERSION: [ 1.24.7, 1.25.3, 1.26.0 ]
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

Loading…
Cancel
Save