envoy: default to 1.13.1 (#7452)

pull/7464/head
Hans Hasselberg 5 years ago committed by GitHub
parent 5f9029c65c
commit d5f4b8c3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save