add k8s 1.30 to ci build (#11554)
* add k8s 1.30 to ci build Signed-off-by: James Strong <strong.james.e@gmail.com> * force all ci to run on workflow dispatch Signed-off-by: James Strong <strong.james.e@gmail.com> * correct the 1.30 version Signed-off-by: James Strong <strong.james.e@gmail.com> * Update .github/workflows/ci.yaml Co-authored-by: Marco Ebert <marco_ebert@icloud.com> --------- Signed-off-by: James Strong <strong.james.e@gmail.com> Co-authored-by: James Strong <strong.james.e@gmail.com> Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
66fc612ad3
commit
f67052c054
2 changed files with 12 additions and 12 deletions
2
.github/workflows/images.yaml
vendored
2
.github/workflows/images.yaml
vendored
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
(needs.changes.outputs.kube-webhook-certgen == 'true')
|
||||
strategy:
|
||||
matrix:
|
||||
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
|
||||
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30.0]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue