Skip to content

Commit

Permalink
Merge pull request #103 from controlplaneio-fluxcd/k8s-1.31
Browse files Browse the repository at this point in the history
Run conformance tests for Kubernetes v1.31.0
  • Loading branch information
stefanprodan authored Aug 15, 2024
2 parents 47e1eff + 46d50f2 commit 7985d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- alpine
- distroless
kubernetes:
- v1.30.0
- v1.31.0
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Setup Kubernetes
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
with:
version: v0.24.0
cluster_name: flux
node_image: ghcr.io/fluxcd/kindest/node:${{ matrix.kubernetes }}-amd64
- name: Install Flux
Expand Down

0 comments on commit 7985d80

Please sign in to comment.