corrected 'webui' binary name in script
webui PR builds are failing due to the coredump flag is true in ci-5g-gcp cluster.
If this flag is enabled we are trying to copy non-existent binary to /tmp/coredump, this leads to webui crash
Change-Id: I7c00cd40ee6c58c383b535febf2f3d1f8df67239
diff --git a/omec/5g-control-plane/Chart.yaml b/omec/5g-control-plane/Chart.yaml
index bb4fad9..4b01607 100644
--- a/omec/5g-control-plane/Chart.yaml
+++ b/omec/5g-control-plane/Chart.yaml
@@ -8,7 +8,7 @@
 name: 5g-control-plane
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.3.12
+version: 0.3.13
 
 dependencies:
   - name: mongodb
diff --git a/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl b/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
index b7a7b08..5e91d50 100644
--- a/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
+++ b/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
@@ -7,7 +7,7 @@
 set -xe
 
 {{- if .Values.config.coreDump.enabled }}
-cp /free5gc/webconsole/webui /tmp/coredump/
+cp /free5gc/webconsole/webconsole /tmp/coredump/
 {{- end }}
 
 cd /free5gc