From 9c5fa6f15e8fce0fc37498c684aef0691445c6c4 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Tue, 2 Apr 2019 04:33:29 -0500 Subject: [PATCH] Bump up Consul image version --- k8s/consul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/consul.yaml b/k8s/consul.yaml index a82d4733..a0454bb0 100644 --- a/k8s/consul.yaml +++ b/k8s/consul.yaml @@ -72,7 +72,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: consul - image: "consul:1.4.0" + image: "consul:1.4.4" args: - "agent" - "-bootstrap-expect=3"