Skip to content

Commit

Permalink
Merge pull request #93 from controlplaneio-fluxcd/test-e2e-k8s-updates
Browse files Browse the repository at this point in the history
Update FIPS e2e tests to latest Kubernetes
  • Loading branch information
stefanprodan authored Jun 28, 2024
2 parents 6c8f763 + 1eb3df3 commit 558d4e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e-fips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- v1.24.17
- v1.25.16
- v1.26.15
- v1.27.13
- v1.28.9
- v1.29.4
- v1.30.0
- v1.27.15
- v1.28.11
- v1.29.6
- v1.30.2
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
cluster_name: flux
version: v0.23.0
node_image: kindest/node:${{ matrix.kubernetes }}
node_image: ghcr.io/fluxcd/kindest/node:${{ matrix.kubernetes }}-amd64
- name: Install Flux
shell: bash
run: |
Expand Down

0 comments on commit 558d4e3

Please sign in to comment.