Update PFCP agent to fix interface initialization

Change-Id: I39be36054cbb0f41f385330ce20f02708b5b9b23
diff --git a/pfcp-agent/Chart.yaml b/pfcp-agent/Chart.yaml
index b0be49b..315ab21 100644
--- a/pfcp-agent/Chart.yaml
+++ b/pfcp-agent/Chart.yaml
@@ -5,4 +5,4 @@
 apiVersion: v1
 description: PFCP Agent for SD-Fabric's P4 UPF
 name: pfcp-agent
-version: 0.0.10
+version: 0.0.11
diff --git a/pfcp-agent/values.yaml b/pfcp-agent/values.yaml
index da255c9..1997bfd 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-318b049
+    pfcpiface: omecproject/upf-epc-pfcpiface:master-f3a2c33
 
 nodeSelectors:
   enabled: false
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index 855b2ab..2020af9 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.29
+version: 1.0.30
 keywords:
   - aether
   - sdn
@@ -27,7 +27,7 @@
     condition: import.stratum.enabled
   - name: pfcp-agent
     repository: file://../pfcp-agent
-    version: 0.0.10
+    version: 0.0.11
     condition: import.pfcp-agent.enabled
   - name: dbuf
     repository: file://../dbuf