diff options
author | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-03-18 11:14:06 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-24 20:21:29 +0000 |
commit | e24ed0b53e61949ad697ba4374c74bc5e0d2ad19 (patch) | |
tree | 711234fa8be5e00611df33ca4dd86b2e45432006 /kubernetes/common/repositoryGenerator/values.yaml | |
parent | c27240ba03334c57a012b9b4f535cecdde602526 (diff) |
[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 <tomasz.pietruszkiewicz@nokia.com>
Diffstat (limited to 'kubernetes/common/repositoryGenerator/values.yaml')
-rw-r--r-- | kubernetes/common/repositoryGenerator/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/repositoryGenerator/values.yaml b/kubernetes/common/repositoryGenerator/values.yaml index 559675689f..386ba9b490 100644 --- a/kubernetes/common/repositoryGenerator/values.yaml +++ b/kubernetes/common/repositoryGenerator/values.yaml @@ -32,7 +32,7 @@ global: loggingImage: beats/filebeat:5.5.0 mariadbImage: bitnami/mariadb:10.5.8 nginxImage: bitnami/nginx:1.18-debian-10 - postgresImage: crunchydata/crunchy-postgres:centos7-10.11-4.2.1 + postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1 readinessImage: onap/oom/readiness:3.0.1 # Default credentials |