Various SD-Fabric fixes

- Upgrade sdfabric-onos to master-2022-03-01
  - Included fix: Allow building UpfApplication matching only on slice_id
- Upgrade stratum-bfrt to 22.03.01-9.7.0
  - Included fix: Allow zero burst sizes in P4 MeterConfig
- Upgrade upf-epc-pfcpiface to master-ff7a737
  - Revert: Use Set for tunnelPeerIDs and applicationIds
- Introduce new PFCP default value
  - Set default hostname to pfcp-agent
- Disable measure_flow in BESS UPF

Change-Id: I41d40c501d7946995358466c459b61abcf3e1229
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index 20bbbba..9d50433 100644
--- a/sdfabric/Chart.yaml
+++ b/sdfabric/Chart.yaml
@@ -7,7 +7,7 @@
 description: A chart to deploy all SD-Fabric components
 kubeVersion: ">=1.18.0"
 type: application
-version: 1.0.27
+version: 1.0.28
 keywords:
   - aether
   - sdn
@@ -27,7 +27,7 @@
     condition: import.stratum.enabled
   - name: pfcp-agent
     repository: file://../pfcp-agent
-    version: 0.0.8
+    version: 0.0.9
     condition: import.pfcp-agent.enabled
   - name: dbuf
     repository: file://../dbuf
@@ -47,5 +47,5 @@
     condition: import.di-metrics-exporter.enabled
   - name: bess-upf
     repository: file://../bess-upf
-    version: 0.0.1
+    version: 0.0.2
     condition: import.bess-upf.enabled