aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames MacNider <James.MacNider@amdocs.com>2019-04-11 14:15:19 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-11 14:15:19 +0000
commitb4919d5ed67ed87cbfd42951005f22e4f183358f (patch)
treed8cf5fa904d97edef2a0539053f83f49cfefb0ad
parent2d9164c2efe98753d7084eb4672a6786179ef97e (diff)
parent2c2599fa047f40851c89adf38a046a4a1232d3cd (diff)
Merge "Bump version of Mongo and Mariadb for NBI"
-rw-r--r--kubernetes/common/mongo/values.yaml2
-rw-r--r--kubernetes/nbi/charts/mariadb/values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/mongo/values.yaml b/kubernetes/common/mongo/values.yaml
index 19a0cf4004..d6938c1ebb 100644
--- a/kubernetes/common/mongo/values.yaml
+++ b/kubernetes/common/mongo/values.yaml
@@ -27,7 +27,7 @@ global:
#################################################################
dockerHubRepository: registry.hub.docker.com
-image: library/mongo:3
+image: library/mongo:4.0.8
pullPolicy: Always
# application configuration
diff --git a/kubernetes/nbi/charts/mariadb/values.yaml b/kubernetes/nbi/charts/mariadb/values.yaml
index dc5aa89e7d..bd79853650 100644
--- a/kubernetes/nbi/charts/mariadb/values.yaml
+++ b/kubernetes/nbi/charts/mariadb/values.yaml
@@ -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