Fixing 5g helm chart

Change-Id: I457ef8e1d256062545898f11eecb1ce023627ac7
diff --git a/omec/5g-control-plane/Chart.yaml b/omec/5g-control-plane/Chart.yaml
index 50458f0..e569f4d 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.2.7
+version: 0.2.8
 
 dependencies:
   - name: mongodb
diff --git a/omec/5g-control-plane/values.yaml b/omec/5g-control-plane/values.yaml
index 3ec4bb2..f980885 100644
--- a/omec/5g-control-plane/values.yaml
+++ b/omec/5g-control-plane/values.yaml
@@ -166,6 +166,15 @@
         CommonConsumerTest:
           debugLevel: info
           ReportCaller: false
+        PFCP:
+          debugLevel: info
+          ReportCaller: false
+        MongoDBLibrary:
+          debugLevel: info
+          ReportCaller: false
+        PathUtil:
+          debugLevel: info
+          ReportCaller: false
       # webui
         WEBUI:
           debugLevel: info
@@ -573,12 +582,12 @@
                 sNssaiUpfInfos: # S-NSSAI information list for this UPF
                   - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
                       sst: 1 # Slice/Service Type (uinteger, range: 0~255)
-                      sd: 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
+                      sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
                     dnnUpfInfoList: # DNN information list for this S-NSSAI
                       - dnn: internet
                   - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
                       sst: 1 # Slice/Service Type (uinteger, range: 0~255)
-                      sd: 112233 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
+                      sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
                     dnnUpfInfoList: # DNN information list for this S-NSSAI
                       - dnn: internet
                 interfaces: # Interface list for this UPF
diff --git a/omec/5g-ran-sim/Chart.yaml b/omec/5g-ran-sim/Chart.yaml
index fffa5be..e3db5f6 100644
--- a/omec/5g-ran-sim/Chart.yaml
+++ b/omec/5g-ran-sim/Chart.yaml
@@ -8,4 +8,4 @@
 name: 5g-ran-sim
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.0.1
+version: 0.0.2
diff --git a/omec/5g-ran-sim/values.yaml b/omec/5g-ran-sim/values.yaml
index d5c5512..e5b38cc 100644
--- a/omec/5g-ran-sim/values.yaml
+++ b/omec/5g-ran-sim/values.yaml
@@ -5,8 +5,7 @@
 images:
   tags:
     init: docker.io/omecproject/pod-init:1.0.0
-    #gnbsim:  ajaythakuronf/5gc-gnbsim:0.1.0-dev
-    gnbsim: ajaythakuronf/5gc-gnbsim:0.2.0-dev-201
+    gnbsim:  ajaythakuronf/5gc-gnbsim:0.0.9-dev
     depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
   pullPolicy: IfNotPresent
   credentials: {}