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:
diff --git a/omec/omec-upf-pfcp-agent/Chart.yaml b/omec/omec-upf-pfcp-agent/Chart.yaml
index ccafe27..b945dd6 100644
--- a/omec/omec-upf-pfcp-agent/Chart.yaml
+++ b/omec/omec-upf-pfcp-agent/Chart.yaml
@@ -7,4 +7,4 @@
 name: omec-upf-pfcp-agent
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.11
+version: 0.1.12
diff --git a/omec/omec-upf-pfcp-agent/templates/_helpers.tpl b/omec/omec-upf-pfcp-agent/templates/_helpers.tpl
index 78f0582..c66a05d 100644
--- a/omec/omec-upf-pfcp-agent/templates/_helpers.tpl
+++ b/omec/omec-upf-pfcp-agent/templates/_helpers.tpl
@@ -39,7 +39,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-upf-pfcp-agent/values.yaml b/omec/omec-upf-pfcp-agent/values.yaml
index c9fdbf1..8b2b980 100644
--- a/omec/omec-upf-pfcp-agent/values.yaml
+++ b/omec/omec-upf-pfcp-agent/values.yaml
@@ -4,8 +4,8 @@
 
 images:
   tags:
-    init: docker.io/omecproject/pod-init:1.0.0
-    pfcpiface: registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-49283ad
+    init: registry.aetherproject.org/tools/busybox:stable
+    pfcpiface: "registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-cc2886e"
   pullPolicy: Always
   # Secrets must be manually created in the namespace.
   pullSecrets:
diff --git a/omec/omec-user-plane/Chart.yaml b/omec/omec-user-plane/Chart.yaml
index 0a09e6e..14f9d53 100644
--- a/omec/omec-user-plane/Chart.yaml
+++ b/omec/omec-user-plane/Chart.yaml
@@ -7,4 +7,4 @@
 name: omec-user-plane
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.3.34
+version: 0.3.35
diff --git a/omec/omec-user-plane/templates/_helpers.tpl b/omec/omec-user-plane/templates/_helpers.tpl
index f2d1a61..aa7dfa4 100644
--- a/omec/omec-user-plane/templates/_helpers.tpl
+++ b/omec/omec-user-plane/templates/_helpers.tpl
@@ -39,7 +39,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-user-plane/values.yaml b/omec/omec-user-plane/values.yaml
index 858048c..ddb1186 100644
--- a/omec/omec-user-plane/values.yaml
+++ b/omec/omec-user-plane/values.yaml
@@ -4,8 +4,8 @@
 
 images:
   tags:
-    bess: registry.aetherproject.org/proxy/omecproject/upf-epc-bess:master-49283ad
-    pfcpiface: registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-49283ad
+    bess: "registry.aetherproject.org/proxy/omecproject/upf-epc-bess:master-cc2886e"
+    pfcpiface: "registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-cc2886e"
     tools: registry.aetherproject.org/tools/busybox:stable
   pullPolicy: IfNotPresent
   # Secrets must be manually created in the namespace.