Correct the sdfabric-onos image that supports P4RT translation

Change-Id: Iee797da691a84d7b25abd17fd0022fb8bc984dbc
diff --git a/VERSION b/VERSION
index c2320f5..b112f91 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.20
+1.0.21
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index 3f5db99..8a96abf 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.20
+version: 1.0.21
 keywords:
   - aether
   - sdn
diff --git a/sdfabric/values.yaml b/sdfabric/values.yaml
index e4b148a..4edb01a 100644
--- a/sdfabric/values.yaml
+++ b/sdfabric/values.yaml
@@ -22,7 +22,7 @@
   java_opts: -Xmx4G -Dlog4j2.formatMsgNoLookups=true -XX:+UnlockExperimentalVMOptions -XX:+UseZGC
   image:
     repository: opennetworking/sdfabric-onos
-    tag: master-2022-02-07
+    tag: master-2022-02-10
 
   replicas: 3