From a844ac7f1e6380cb86fbc3b47a258224f0204765 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Tue, 18 Feb 2020 16:50:05 +0100 Subject: [PATCH] [OOM] Bump postgresql version Use version 10.11 deployed by crunchydata scripts version 4.2.1. this will: * remove some CVEs (in particular CVE-2019-10164) * use UTF-8 as default encoding Issue-ID: OOM-2290 Signed-off-by: Sylvain Desbureaux Change-Id: I6f6ca18b48c435f55f5ffcb88e4f2dc83b758b84 --- kubernetes/common/postgres/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/common/postgres/values.yaml b/kubernetes/common/postgres/values.yaml index c2131e9ad0..7aff189ba9 100644 --- a/kubernetes/common/postgres/values.yaml +++ b/kubernetes/common/postgres/values.yaml @@ -48,7 +48,7 @@ busyboxRepository: registry.hub.docker.com busyboxImage: library/busybox:latest postgresRepository: crunchydata -image: crunchy-postgres:centos7-10.4-2.0.0 +image: crunchy-postgres:centos7-10.11-4.2.1 pullPolicy: Always # application configuration -- 2.16.6