From 275cc74eabc707a9ad1091902ea717f06f75f51f Mon Sep 17 00:00:00 2001 From: Michael Beaver Date: Thu, 14 Mar 2019 16:46:26 -0500 Subject: [PATCH] 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 --- charts/haproxy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/haproxy/values.yaml b/charts/haproxy/values.yaml index bcd4dd50..373bf6af 100644 --- a/charts/haproxy/values.yaml +++ b/charts/haproxy/values.yaml @@ -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"