Bump k8s versions to latest patches (#317)
@faisal-memon we will need to update the required checks in branch protection to use the new version --------- Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Faisal Memon <[email protected]> Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
co-authored by
Faisal Memon
parent
05629460ef
commit
ed172e41ae
@@ -50,9 +50,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s:
|
k8s:
|
||||||
- v1.27.0
|
- v1.27.2
|
||||||
- v1.26.3
|
- v1.26.4
|
||||||
- v1.25.8
|
- v1.25.9
|
||||||
values:
|
values:
|
||||||
- ${{ fromJson(needs.build-matrix.outputs.tests) }}
|
- ${{ fromJson(needs.build-matrix.outputs.tests) }}
|
||||||
|
|
||||||
|
|||||||
@@ -136,10 +136,10 @@ jobs:
|
|||||||
# Kubernetes, but can go back farther as long as we don't need heroics
|
# Kubernetes, but can go back farther as long as we don't need heroics
|
||||||
# to pull it off (i.e. kubectl version juggling).
|
# to pull it off (i.e. kubectl version juggling).
|
||||||
k8s:
|
k8s:
|
||||||
- v1.27.0
|
- v1.27.2
|
||||||
- v1.26.3
|
- v1.26.4
|
||||||
- v1.25.8
|
- v1.25.9
|
||||||
- v1.24.12
|
- v1.24.13
|
||||||
- v1.23.17
|
- v1.23.17
|
||||||
- v1.22.17
|
- v1.22.17
|
||||||
values:
|
values:
|
||||||
|
|||||||
Reference in New Issue
Block a user