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 55 kind :
66 strategy :
77 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 ']
99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Install haproxy
1212 run : sudo apt-get install haproxy
1313 - uses : actions/checkout@master
1414 - uses : actions/setup-go@v2
1515 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.
1717 - uses : engineerd/setup-kind@v0.5.0
1818 with :
1919 name : dev
2020 config : deploy/tests/kind-config.yaml
2121 image : kindest/node:${{ matrix.k8s-version }}
22- version : v0.8 .1
22+ version : v0.11 .1
2323 - name : Setup
2424 run : deploy/tests/ci.sh
2525 - name : Run parallel e2e tests
Original file line number Diff line number Diff line change 55 - e2e-tests
66variables :
77 KUBECTL : v1.19.3
8- KIND : v0.9.0
8+ KIND : v0.11.1
99 DOCKER_HOST : tcp://docker:2375
1010 DOCKER_DRIVER : overlay2
1111diff :
@@ -91,13 +91,13 @@ unit-tests:
9191 - branches
9292k8s_17 :
9393 variables :
94- K8S_VERSION : v1.17.5
94+ K8S_VERSION : v1.17.17
9595 extends : .kind_deployment
9696k8s_18 :
9797 variables :
98- K8S_VERSION : v1.18.6
98+ K8S_VERSION : v1.18.19
9999 extends : .kind_deployment
100100k8s_19 :
101101 variables :
102- K8S_VERSION : v1.19.3
102+ K8S_VERSION : v1.19.11
103103 extends : .kind_deployment
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ networking:
55kind : Cluster
66nodes :
77 - role : control-plane
8- image : kindest/node:v1.18.6
8+ image : kindest/node:v1.18.19
99 extraPortMappings :
1010 - hostPort : 30080
1111 containerPort : 30080
You can’t perform that action at this time.
0 commit comments