run k8s job ci pipeline with 1.21.2 in main br (#7452)
Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
This commit is contained in:
parent
26768e9578
commit
6da7e9ce2a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -159,7 +159,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
k8s: [v1.16.15, v1.17.17, v1.18.19, v1.19.11, v1.20.7]
|
||||
k8s: [v1.16.15, v1.17.17, v1.18.19, v1.19.11, v1.20.7, v1.21.2]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue