From: Sylvain Desbureaux Date: Tue, 18 Feb 2020 15:50:05 +0000 (+0100) Subject: [OOM] Bump postgresql version X-Git-Tag: 6.0.0~376^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a844ac7f1e6380cb86fbc3b47a258224f0204765;hp=6f42bd0de9f69673d1ae24089238004007f5e476;p=oom.git [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 --- 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