Fix for webconsole, configpod and simapp,

webconsole gets blocked when it tries to send message on uninitialized channel.
Updated webconsole image for 4g, & 5g control plane. New 1.6 related changes in
configuration model ( qos and application filtering)

SIM app now has timeout for each HTTP method (Post, Put, Delete).

Change-Id: I901c25eb9166b1800f2a03c90de3ab7d3999a381
diff --git a/omec/5g-control-plane/Chart.yaml b/omec/5g-control-plane/Chart.yaml
index 794f9a6..a34c48e 100644
--- a/omec/5g-control-plane/Chart.yaml
+++ b/omec/5g-control-plane/Chart.yaml
@@ -8,7 +8,7 @@
 name: 5g-control-plane
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.3.6
+version: 0.3.7
 
 dependencies:
   - name: mongodb
diff --git a/omec/5g-control-plane/values.yaml b/omec/5g-control-plane/values.yaml
index fb7b1c5..5cf019b 100644
--- a/omec/5g-control-plane/values.yaml
+++ b/omec/5g-control-plane/values.yaml
@@ -13,7 +13,7 @@
     pcf: registry.aetherproject.org/omecproject/5gc-pcf:onf-release3.0.5-9f7734b
     udr: registry.aetherproject.org/omecproject/5gc-udr:onf-release3.0.5-deef506
     udm: registry.aetherproject.org/omecproject/5gc-udm:onf-release3.0.5-5049868
-    webui: registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-d5c93c1
+    webui: registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-d26163d
   pullPolicy: IfNotPresent
   # Optionally specify an array of imagePullSecrets.
   # Secrets must be manually created in the namespace.