From d3351086d234ae3ea715baa9013831d5d1b578c5 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 13 Sep 2018 09:27:29 -0700 Subject: [PATCH] values: update to consul 1.2.3 Consul 1.2.3 was released today. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 55e6dfe4610e..03f38a1cfc9f 100644 --- a/values.yaml +++ b/values.yaml @@ -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