Merge pull request #3 from hashicorp/1-2-3

values: update to consul 1.2.3
This commit is contained in:
Mitchell Hashimoto 2018-09-13 11:47:10 -07:00 committed by GitHub
commit 25e7396216
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 # Image is the name (and tag) of the Consul Docker image for clients and
# servers below. This can be overridden per component. # 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 # 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 # as. This shouldn't be changed once the Consul cluster is up and running