Uplift default HAProxy to address CVEs

The current default version of HAProxy is vulnerable to multiple CVEs:
CVE-2018-20102
CVE-2018-20103
CVE-2018-20615

Which HAProxy versions >= 1.8.17 addresses

Change-Id: I91b4ce3504bbbf109139705a6150e5ac3fe44f16
This commit is contained in:
Michael Beaver 2019-03-14 16:46:26 -05:00
parent d856a0c8c5
commit 275cc74eab
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ conf:
images:
tags:
anchor: gcr.io/google_containers/hyperkube-amd64:v1.11.6
haproxy: haproxy:1.8.3
haproxy: haproxy:1.8.19
test: python:3.6
pull_policy: "IfNotPresent"