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/omec-sub-provision/Chart.yaml b/omec/omec-sub-provision/Chart.yaml
index 3c4afd7..15aed99 100644
--- a/omec/omec-sub-provision/Chart.yaml
+++ b/omec/omec-sub-provision/Chart.yaml
@@ -8,4 +8,4 @@
 name: omec-sub-provision
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.2
+version: 0.1.3
diff --git a/omec/omec-sub-provision/values.yaml b/omec/omec-sub-provision/values.yaml
index d641854..7794c7a 100644
--- a/omec/omec-sub-provision/values.yaml
+++ b/omec/omec-sub-provision/values.yaml
@@ -5,7 +5,7 @@
 images:
   tags:
     init: docker.io/omecproject/pod-init:1.0.0
-    simapp: "registry.aetherproject.org/omecproject/simapp:main-d824e02"
+    simapp: "registry.aetherproject.org/omecproject/simapp:main-a2a3e71"
   pullPolicy: IfNotPresent
   # Optionally specify an array of imagePullSecrets.
   # Secrets must be manually created in the namespace.