Helm Chart update for simapp and spgw helm fixes

Change-Id: I996867a0edc37b929472e0ecdf9dfb0c0cafe980
diff --git a/omec/omec-control-plane/Chart.yaml b/omec/omec-control-plane/Chart.yaml
index a2bcce0..c4872ec 100644
--- a/omec/omec-control-plane/Chart.yaml
+++ b/omec/omec-control-plane/Chart.yaml
@@ -10,4 +10,4 @@
 name: omec-control-plane
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.6.21
+version: 0.6.22
diff --git a/omec/omec-control-plane/templates/statefulset-config4g.yaml b/omec/omec-control-plane/templates/statefulset-config4g.yaml
index 2565d7b..2a20980 100644
--- a/omec/omec-control-plane/templates/statefulset-config4g.yaml
+++ b/omec/omec-control-plane/templates/statefulset-config4g.yaml
@@ -45,8 +45,12 @@
         tty: true
         command: ["/free5gc/script/config4g-run.sh"]
         env:
-        - name: CONFIGPOD_DEPLOYMENT 
+        - name: CONFIGPOD_DEPLOYMENT
           value: "4G"
+      {{- if .Values.config.managedByConfigPod.enabled }}
+        - name: MANAGED_BY_CONFIG_POD
+          value: "true"
+      {{- end }}
       {{- if .Values.resources.enabled }}
         resources:
 {{ toYaml .Values.resources.config4g | indent 10 }}
diff --git a/omec/omec-control-plane/templates/statefulset-spgwc.yaml b/omec/omec-control-plane/templates/statefulset-spgwc.yaml
index 438b794..7d9d943 100644
--- a/omec/omec-control-plane/templates/statefulset-spgwc.yaml
+++ b/omec/omec-control-plane/templates/statefulset-spgwc.yaml
@@ -87,6 +87,10 @@
           valueFrom:
             fieldRef:
               fieldPath: status.podIP
+      {{- if .Values.config.managedByConfigPod.enabled }}
+        - name: MANAGED_BY_CONFIG_POD
+          value: "true"
+      {{- end }}
       {{- if .Values.config.spgwc.managedByRoc.enabled }}
         - name: DISABLE_CONFIG_WATCHER  # If the variable has a value then changes
           value: "true"                 # to subscriber_mapping.json are ignored
diff --git a/omec/omec-sub-provision/Chart.yaml b/omec/omec-sub-provision/Chart.yaml
index 0609b2a..41f5467 100644
--- a/omec/omec-sub-provision/Chart.yaml
+++ b/omec/omec-sub-provision/Chart.yaml
@@ -5,7 +5,7 @@
 
 apiVersion: v2
 description: Mobile Sim Provisioning services
-name: omec-sub-provision 
+name: omec-sub-provision
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.0.4
+version: 0.0.5
diff --git a/omec/omec-sub-provision/values.yaml b/omec/omec-sub-provision/values.yaml
index de6ece3..cb57e7b 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: docker.io/ajaythakuronf/simapp:0.0.1-dev
+    simapp: "registry.aetherproject.org/proxy/omecproject/simapp:main-7d20738"
   pullPolicy: IfNotPresent
   # Optionally specify an array of imagePullSecrets.
   # Secrets must be manually created in the namespace.