envoy: default to 1.13.1 (#7452)
This commit is contained in:
parent
5f21b33e29
commit
92a9bf1e13
|
@ -112,7 +112,7 @@ func (c *cmd) init() {
|
|||
"Set the agent's gRPC address and port (in http(s)://host:port format). "+
|
||||
"Alternatively, you can specify CONSUL_GRPC_ADDR in ENV.")
|
||||
|
||||
c.flags.StringVar(&c.envoyVersion, "envoy-version", "1.13.0",
|
||||
c.flags.StringVar(&c.envoyVersion, "envoy-version", "1.13.1",
|
||||
"Sets the envoy-version that the envoy binary has.")
|
||||
|
||||
c.flags.BoolVar(&c.register, "register", false,
|
||||
|
|
Loading…
Reference in New Issue