[SDFAB-977][SDFAB-383] Integrate atomix 3.1.12. Enable phased recovery by default

Change-Id: Id6e96194f9a08655b932c917900e7184cd947c06
diff --git a/VERSION b/VERSION
index 79728fe..4a4127c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.24
+1.0.25
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index 3acd37d..7782da5 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.24
+version: 1.0.25
 keywords:
   - aether
   - sdn
@@ -19,7 +19,7 @@
 dependencies:
   - name: onos-classic
     repository: https://charts.onosproject.org
-    version: 0.1.27
+    version: 0.1.28
     condition: import.onos-classic.enabled
   - name: stratum
     repository: https://charts.stratumproject.org/
diff --git a/sdfabric/values.yaml b/sdfabric/values.yaml
index 9aceb28..3157413 100644
--- a/sdfabric/values.yaml
+++ b/sdfabric/values.yaml
@@ -26,7 +26,7 @@
   java_opts: -Xmx4G -Dlog4j2.formatMsgNoLookups=true -XX:+UnlockExperimentalVMOptions -XX:+UseZGC
   image:
     repository: opennetworking/sdfabric-onos
-    tag: master-2022-02-18
+    tag: master-2022-02-26
 
   replicas: 3
 
@@ -98,6 +98,10 @@
           "monitorHosts": "true",
           "probeRate": "10000"
         }
+      "org.onosproject.segmentrouting.phasedrecovery.impl.PhasedRecoveryManager": >
+        {
+          "phasedRecovery": true
+        }
     # Please check the README to learn more
     # netcfg: >
     #     {