CI: Update KIND images. (#12558)

This commit is contained in:
Marco Ebert 2024-12-21 17:58:09 +01:00 committed by GitHub
parent 7b67b9ce4c
commit da81c3d2bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -254,7 +254,7 @@ jobs:
strategy: strategy:
matrix: matrix:
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6] k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
steps: steps:
- name: Checkout code - name: Checkout code
@ -285,7 +285,7 @@ jobs:
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }} (needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
strategy: strategy:
matrix: matrix:
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6] k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
with: with:
k8s-version: ${{ matrix.k8s }} k8s-version: ${{ matrix.k8s }}
@ -299,7 +299,7 @@ jobs:
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }} (needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
strategy: strategy:
matrix: matrix:
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6] k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
with: with:
k8s-version: ${{ matrix.k8s }} k8s-version: ${{ matrix.k8s }}
@ -314,7 +314,7 @@ jobs:
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }} (needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
strategy: strategy:
matrix: matrix:
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6] k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
with: with:
k8s-version: ${{ matrix.k8s }} k8s-version: ${{ matrix.k8s }}

View file

@ -138,7 +138,7 @@ jobs:
(needs.changes.outputs.kube-webhook-certgen == 'true') (needs.changes.outputs.kube-webhook-certgen == 'true')
strategy: strategy:
matrix: matrix:
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6] k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2