mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 17:50:35 +00:00
Update K8s versions: drop 1.17/1.18, add 1.21/1.22
1.17 and 1.18 have reached EOL.
Signed-off-by: Stephen Kitt <skitt@redhat.com>
(cherry picked from commit fc77796287)
This commit is contained in:
committed by
Thomas Pantelis
parent
12c3cbe928
commit
dfc0280658
@@ -16,12 +16,12 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
cable_driver: ['libreswan', 'wireguard', 'vxlan']
|
cable_driver: ['libreswan', 'wireguard', 'vxlan']
|
||||||
globalnet: ['', 'globalnet']
|
globalnet: ['', 'globalnet']
|
||||||
k8s_version: ['1.17']
|
k8s_version: ['1.19']
|
||||||
lighthouse: ['', 'lighthouse']
|
lighthouse: ['', 'lighthouse']
|
||||||
include:
|
include:
|
||||||
- k8s_version: '1.18'
|
|
||||||
- k8s_version: '1.19'
|
|
||||||
- k8s_version: '1.20'
|
- k8s_version: '1.20'
|
||||||
|
- k8s_version: '1.21'
|
||||||
|
- k8s_version: '1.22'
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
||||||
|
|||||||
Reference in New Issue
Block a user