File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
kind :
6
6
strategy :
7
7
matrix :
8
- k8s-version : ['v1.17.5 ', 'v1.18.6 ','v1.19.3 ']
8
+ k8s-version : ['v1.17.17 ', 'v1.18.19 ','v1.19.11 ']
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Install haproxy
12
12
run : sudo apt-get install haproxy
13
13
- uses : actions/checkout@master
14
14
- uses : actions/setup-go@v2
15
15
with :
16
- go-version : ' ^1.15.1 ' # The Go version to download (if necessary) and use.
16
+ go-version : ' ^1.16.6 ' # The Go version to download (if necessary) and use.
17
17
-
uses :
engineerd/[email protected]
18
18
with :
19
19
name : dev
20
20
config : deploy/tests/kind-config.yaml
21
21
image : kindest/node:${{ matrix.k8s-version }}
22
- version : v0.8 .1
22
+ version : v0.11 .1
23
23
- name : Setup
24
24
run : deploy/tests/ci.sh
25
25
- name : Run parallel e2e tests
Original file line number Diff line number Diff line change 5
5
- e2e-tests
6
6
variables :
7
7
KUBECTL : v1.19.3
8
- KIND : v0.9.0
8
+ KIND : v0.11.1
9
9
DOCKER_HOST : tcp://docker:2375
10
10
DOCKER_DRIVER : overlay2
11
11
diff :
@@ -91,13 +91,13 @@ unit-tests:
91
91
- branches
92
92
k8s_17 :
93
93
variables :
94
- K8S_VERSION : v1.17.5
94
+ K8S_VERSION : v1.17.17
95
95
extends : .kind_deployment
96
96
k8s_18 :
97
97
variables :
98
- K8S_VERSION : v1.18.6
98
+ K8S_VERSION : v1.18.19
99
99
extends : .kind_deployment
100
100
k8s_19 :
101
101
variables :
102
- K8S_VERSION : v1.19.3
102
+ K8S_VERSION : v1.19.11
103
103
extends : .kind_deployment
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ networking:
5
5
kind : Cluster
6
6
nodes :
7
7
- role : control-plane
8
- image : kindest/node:v1.18.6
8
+ image : kindest/node:v1.18.19
9
9
extraPortMappings :
10
10
- hostPort : 30080
11
11
containerPort : 30080
You can’t perform that action at this time.
0 commit comments