From 449453a416e12f6ccac7375f9f114fa49bc37121 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 9 May 2018 23:32:22 -0400 Subject: [PATCH] Update the haproxy to use the right version Uploaded the latest certificate for haproxy so updating the version in the values.yaml Issue-ID: AAI-1101 Change-Id: I8c036f41aa8417960d3f0e8af409ea00672b513a Signed-off-by: Kajur, Harish (vk250x) --- kubernetes/aai/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/aai/values.yaml b/kubernetes/aai/values.yaml index b29f8a2b13..114ec0390c 100644 --- a/kubernetes/aai/values.yaml +++ b/kubernetes/aai/values.yaml @@ -57,7 +57,7 @@ global: # global defaults # application image dockerhubRepository: registry.hub.docker.com -image: aaionap/haproxy:1.2.1 +image: aaionap/haproxy:1.2.2 pullPolicy: Always # flag to enable debugging - application support required -- 2.16.6