add kind k8s 1.29 to testing (#10866)
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
0ccaa01bb1
commit
a596a18aeb
2 changed files with 5 additions and 5 deletions
2
.github/workflows/images.yaml
vendored
2
.github/workflows/images.yaml
vendored
|
|
@ -136,7 +136,7 @@ jobs:
|
|||
(needs.changes.outputs.kube-webhook-certgen == 'true')
|
||||
strategy:
|
||||
matrix:
|
||||
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0]
|
||||
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0, 1.29.0]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue