Bump SD-CORE apps

Change-Id: I8d25f6d1f7b2351bee0cc51d2ced924ad9a70d24
diff --git a/omec/omec-control-plane/Chart.yaml b/omec/omec-control-plane/Chart.yaml
index e895b26..2aced1a 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.23
+version: 0.6.24
diff --git a/omec/omec-control-plane/templates/_helpers.tpl b/omec/omec-control-plane/templates/_helpers.tpl
index 7982cf6..be7fc5f 100644
--- a/omec/omec-control-plane/templates/_helpers.tpl
+++ b/omec/omec-control-plane/templates/_helpers.tpl
@@ -124,7 +124,7 @@
   securityContext:
     privileged: true
     runAsUser: 0
-  command: ["bash", "-xc"]
+  command: ["sh", "-xc"]
   args:
     - echo '/tmp/coredump/core.%h.%e.%t' > /mnt/host-rootfs/proc/sys/kernel/core_pattern
   volumeMounts:
diff --git a/omec/omec-control-plane/templates/statefulset-mme.yaml b/omec/omec-control-plane/templates/statefulset-mme.yaml
index 688879e..d690bb5 100644
--- a/omec/omec-control-plane/templates/statefulset-mme.yaml
+++ b/omec/omec-control-plane/templates/statefulset-mme.yaml
@@ -44,7 +44,7 @@
         securityContext:
           privileged: true
           runAsUser: 0
-        command: ["bash", "-xc"]
+        command: ["sh", "-xc"]
         args:
         - |
           if chroot /mnt/host-rootfs modinfo nf_conntrack_proto_sctp > /dev/null 2>&1; then \
diff --git a/omec/omec-control-plane/values.yaml b/omec/omec-control-plane/values.yaml
index 216cebd..3d42850 100644
--- a/omec/omec-control-plane/values.yaml
+++ b/omec/omec-control-plane/values.yaml
@@ -6,15 +6,15 @@
 
 images:
   tags:
-    init: docker.io/omecproject/pod-init:1.0.0
-    hssdb: "registry.aetherproject.org/proxy/omecproject/c3po-hssdb:master-9de5dba"
-    hss: "registry.aetherproject.org/proxy/omecproject/c3po-hss:master-9de5dba"
-    mme: "registry.aetherproject.org/proxy/omecproject/nucleus:master-9e2bf16"
-    spgwc: "registry.aetherproject.org/omecproject/spgw:master-951c59c"
-    pcrf: "registry.aetherproject.org/proxy/omecproject/c3po-pcrf:pcrf-b29af70"
-    pcrfdb: "registry.aetherproject.org/proxy/omecproject/c3po-pcrfdb:pcrf-b29af70"
+    init: registry.aetherproject.org/tools/busybox:stable
     depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
-    config4g: "registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-c22caf8"
+    hssdb: registry.aetherproject.org/proxy/omecproject/c3po-hssdb:master-9a5f565
+    hss: registry.aetherproject.org/proxy/omecproject/c3po-hss:master-9a5f565
+    mme: registry.aetherproject.org/proxy/omecproject/nucleus:master-86d2678
+    spgwc: registry.aetherproject.org/omecproject/spgw:master-6aad2f2
+    pcrf: registry.aetherproject.org/proxy/omecproject/c3po-pcrf:pcrf-b29af70
+    pcrfdb: registry.aetherproject.org/proxy/omecproject/c3po-pcrfdb:pcrf-b29af70
+    config4g: registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-32ae97a
   pullPolicy: IfNotPresent
   # Secrets must be manually created in the namespace.
   pullSecrets: