diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-09 23:32:22 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-09 23:42:54 -0400 |
commit | b9f80126e8b697cab353ee1aee2f65fcc6d684d0 (patch) | |
tree | 52511910cb182776143232363f7e78911fe73105 | |
parent | 40daeffd3f5ac8db5b5cb3df123a2d8c33ffdae1 (diff) |
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) <vk250x@att.com>
-rw-r--r-- | values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml index b29f8a2..114ec03 100644 --- a/values.yaml +++ b/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 |