From 543e5d8f12d797cfc2c286b1c34844aa2830b5b7 Mon Sep 17 00:00:00 2001 From: "KHIYANI, RAHUL (rk0850)" Date: Tue, 12 May 2020 12:45:05 -0500 Subject: [PATCH] Haproxy: update haproxy version to 1.8.25 Change-Id: Ib5f97f321df9ed30ade2314152155dd7ff8a41ae --- 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 a7699828..11eb8315 100644 --- a/charts/haproxy/values.yaml +++ b/charts/haproxy/values.yaml @@ -65,7 +65,7 @@ conf: images: tags: anchor: gcr.io/google_containers/hyperkube-amd64:v1.17.3 - haproxy: haproxy:1.8.19 + haproxy: haproxy:1.8.25 test: python:3.6 pull_policy: "IfNotPresent"