Update K8s in E2E, EOL 1.19 and add 1.23

Update the versions of Kubernetes tested in the E2E CI. Add 1.23 as the
new default for most tests, remove 1.19 as it is now EOL.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
(cherry picked from commit b6590df91b)
This commit is contained in:
Daniel Farrell
2022-01-26 08:44:26 -05:00
committed by Thomas Pantelis
parent 85bc80cbe4
commit 3dd6eeb961
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
matrix:
cable_driver: ['libreswan', 'wireguard', 'vxlan']
globalnet: ['', 'globalnet']
k8s_version: ['1.19']
k8s_version: ['1.23']
lighthouse: ['', 'lighthouse']
include:
- k8s_version: '1.20'