|
|
|
@ -19,7 +19,7 @@ jobs:
|
|
|
|
|
matrix:
|
|
|
|
|
# Keep this list up-to-date with https://endoflife.date/kubernetes
|
|
|
|
|
# Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
|
|
|
|
|
KUBERNETES_VERSION: [1.31.5, 1.32.1, 1.33.0, 1.34.0]
|
|
|
|
|
KUBERNETES_VERSION: [1.32.1, 1.33.0, 1.34.1]
|
|
|
|
|
fail-fast: false
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|
|
|
|
- name: Setup Kubernetes
|
|
|
|
|
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
|
|
|
|
|
with:
|
|
|
|
|
version: v0.27.0
|
|
|
|
|
version: v0.30.0
|
|
|
|
|
cluster_name: ${{ steps.prep.outputs.CLUSTER }}
|
|
|
|
|
node_image: ghcr.io/fluxcd/kindest/node:v${{ matrix.KUBERNETES_VERSION }}-arm64
|
|
|
|
|
- name: Run e2e tests
|
|
|
|
@ -76,7 +76,7 @@ jobs:
|
|
|
|
|
matrix:
|
|
|
|
|
# Keep this list up-to-date with https://endoflife.date/kubernetes
|
|
|
|
|
# Available versions can be found with "replicated cluster versions"
|
|
|
|
|
K3S_VERSION: [ 1.31.8, 1.32.4, 1.33.0 ]
|
|
|
|
|
K3S_VERSION: [ 1.32.8, 1.33.4 ]
|
|
|
|
|
fail-fast: false
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
@ -169,7 +169,7 @@ jobs:
|
|
|
|
|
strategy:
|
|
|
|
|
matrix:
|
|
|
|
|
# Keep this list up-to-date with https://endoflife.date/red-hat-openshift
|
|
|
|
|
OPENSHIFT_VERSION: [ 4.18.0-okd ]
|
|
|
|
|
OPENSHIFT_VERSION: [ 4.19.0-okd ]
|
|
|
|
|
fail-fast: false
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|