drop k8s 1.23 support (#9772)
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
e4a66fd2f6
commit
c075793ae5
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -204,7 +204,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.23.13, v1.24.7, v1.25.3, v1.26.0]
|
k8s: [v1.24.7, v1.25.3, v1.26.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -284,7 +284,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.23.13, v1.24.7, v1.25.3, v1.26.0]
|
k8s: [v1.24.7, v1.25.3, v1.26.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -337,7 +337,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.23.13, v1.24.7, v1.25.3, v1.26.0]
|
k8s: [v1.24.7, v1.25.3, v1.26.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -460,7 +460,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.23.13, v1.24.7, v1.25.3, v1.26.0]
|
k8s: [v1.24.7, v1.25.3, v1.26.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue