Bump SD-CORE apps

Change-Id: I8d25f6d1f7b2351bee0cc51d2ced924ad9a70d24
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 \