Configure fallback QCI in BESS UPF

Change-Id: Iab91aa4149c24570e416598910b93a5fd4338d36
diff --git a/omec/omec-user-plane/Chart.yaml b/omec/omec-user-plane/Chart.yaml
index ce676a5..fd7c916 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.4.1
+version: 0.4.2
diff --git a/omec/omec-user-plane/values.yaml b/omec/omec-user-plane/values.yaml
index c289453..7f50b38 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-df79a8a"
-    pfcpiface: "registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-df79a8a"
+    bess: "registry.aetherproject.org/proxy/omecproject/upf-epc-bess:master-3f99a9f"
+    pfcpiface: "registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-3f99a9f"
     tools: registry.aetherproject.org/tools/busybox:stable
   pullPolicy: IfNotPresent
   # Secrets must be manually created in the namespace.
@@ -105,6 +105,13 @@
           # Downlink
           n3_bps: 1000000000 # 1Gbps
           n3_burst_bytes: 12500000 # 10ms * 1Gbps
+        qci_qos_config:
+          - qci: 0 # Fallback QCI
+            cbs: 50000
+            ebs: 50000
+            pbs: 50000
+            burst_duration_ms: 10
+            priority: 7
 
 service:
   type: ClusterIP