From e24ed0b53e61949ad697ba4374c74bc5e0d2ad19 Mon Sep 17 00:00:00 2001 From: Tomasz Pietruszkiewicz Date: Thu, 18 Mar 2021 11:14:06 +0100 Subject: [ONAP] Upgrade crunchy image Set the newest version of crunchy-postgres image. In this image python 2.x was replaced by python 3.x. The crunchy-postgres image is used in few projects in the ONAP, not only in vnfsdk. Change-Id: I1799b6be66312d2418878533775c741b286bec61 Issue-ID: VNFSDK-647 Signed-off-by: Tomasz Pietruszkiewicz --- kubernetes/onap/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/onap/values.yaml') diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 30155dc3c5..6ff7d13c6c 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -103,7 +103,7 @@ global: nginxImage: bitnami/nginx:1.18-debian-10 # postgreSQL client and server image - postgresImage: crunchydata/crunchy-postgres:centos7-10.11-4.2.1 + postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1 # readiness check image readinessImage: onap/oom/readiness:3.0.1 -- cgit 1.2.3-korg