Bump version of Mongo and Mariadb for NBI 93/84193/2
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 4 Apr 2019 07:11:27 +0000 (09:11 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 11 Apr 2019 07:29:14 +0000 (09:29 +0200)
Change-Id: Ib6042ee657415ec94d5c8acdd23a2ef1b5438a93
Issue-ID: EXTAPI-213
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
kubernetes/common/mongo/values.yaml
kubernetes/nbi/charts/mariadb/values.yaml

index 19a0cf4..d6938c1 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 
 dockerHubRepository: registry.hub.docker.com
-image: library/mongo:3
+image: library/mongo:4.0.8
 pullPolicy: Always
 
 # application configuration
index dc5aa89..bd79853 100644 (file)
@@ -24,7 +24,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: mariadb:10.2.14
+image: mariadb:10.3.14
 pullPolicy: Always
 
 # flag to enable debugging - application support required