RC1 for SD-Fabric 1.1.1

Includes:
- Fix for missing interface entries after pfcp-agent restart (via ONOS
  in-order flow rule processing)
- Allow configuration of slice MBRs in P4-UPF via pfcp-agent REST APIs

Change-Id: I8d98e36e7c291094c12f0c89eef1dcdcf28abebe
diff --git a/pfcp-agent/values.yaml b/pfcp-agent/values.yaml
index eda3755..fcaa46f 100644
--- a/pfcp-agent/values.yaml
+++ b/pfcp-agent/values.yaml
@@ -5,7 +5,7 @@
 images:
   tags:
     init: registry.aetherproject.org/tools/busybox:stable
-    pfcpiface: omecproject/upf-epc-pfcpiface:master-3e29b49
+    pfcpiface: omecproject/upf-epc-pfcpiface:master-d198fd5
 
 nodeSelectors:
   enabled: false
@@ -53,6 +53,8 @@
           # Used to get local IP address and local NodeID in PFCP messages.
           # Do not change unless you are deploying PFCP agent in a custom way.
           hostname: "pfcp-agent"
+          # Do not change. Used for the config REST API server.
+          http_port: "8080"
 
 service:
   type: ClusterIP