Update MongoDB config, webconsole,gnbsim,amf image

Change-Id: I0b92014cd9f5ac7ae7ad5995359bd2f86646fd9e
diff --git a/5g-control-plane/templates/configmap-nrf.yaml b/5g-control-plane/templates/configmap-nrf.yaml
index 8cf3fae..5af01f1 100644
--- a/5g-control-plane/templates/configmap-nrf.yaml
+++ b/5g-control-plane/templates/configmap-nrf.yaml
@@ -11,6 +11,10 @@
 {{- $config := index $nrfcfg "configuration" }}
 {{- $sbi := index $config "sbi" }}
 
+{{- if not (hasKey $config "mongodb") -}}
+{{- $_ := dict "name" .Values.config.mongodb.name "url" .Values.config.mongodb.url | set $config "mongodb" -}}
+{{- end }}
+
 {{- if not (hasKey $config "MongoDBName") -}}
 {{- $_ := .Values.config.mongodb.name | set $config "MongoDBName" -}}
 {{- end }}