Update calico to latest version
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Adrien Reslinger 2021-05-22 20:12:13 +02:00
parent e415d35bda
commit eb56044c32
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
5 changed files with 11 additions and 13 deletions

View file

@ -183,7 +183,7 @@ spec:
udp:68, tcp:179, tcp:2379, tcp:2380, tcp:6443, tcp:6666, tcp:6667]'
items:
description: ProtoPort is combination of protocol, port, and CIDR.
All three must be specified.
Protocol and port must be specified.
properties:
net:
type: string
@ -192,7 +192,6 @@ spec:
protocol:
type: string
required:
- net
- port
- protocol
type: object
@ -211,7 +210,7 @@ spec:
tcp:6667, udp:53, udp:67]'
items:
description: ProtoPort is combination of protocol, port, and CIDR.
All three must be specified.
Protocol and port must be specified.
properties:
net:
type: string
@ -220,7 +219,6 @@ spec:
protocol:
type: string
required:
- net
- port
- protocol
type: object