values: update to consul 1.2.3

Consul 1.2.3 was released today.
This commit is contained in:
Jack Pearkes 2018-09-13 09:27:29 -07:00 committed by GitHub
parent 78ae63636f
commit d3351086d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ global:
# Image is the name (and tag) of the Consul Docker image for clients and
# servers below. This can be overridden per component.
image: "consul:1.2.2"
image: "consul:1.2.3"
# Datacenter is the name of the datacenter that the agents should register
# as. This shouldn't be changed once the Consul cluster is up and running