meta-bletchley: update phosphor-nvme configuration

1. Switch to 1-based index to align with sled index
2. Update criticalHigh to 67 based on thermal team's requirement

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I7d594ef6e5e5f84abd054c7283db4a19b696d584
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json b/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
index f64382e..6bd71e9 100644
--- a/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
+++ b/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
@@ -1,33 +1,33 @@
 {
     "config": [
         {
-            "NVMeDriveIndex": 0,
+            "NVMeDriveIndex": 1,
             "NVMeDriveBusID": 0
         },
         {
-            "NVMeDriveIndex": 1,
+            "NVMeDriveIndex": 2,
             "NVMeDriveBusID": 1
         },
         {
-            "NVMeDriveIndex": 2,
+            "NVMeDriveIndex": 3,
             "NVMeDriveBusID": 2
         },
         {
-            "NVMeDriveIndex": 3,
+            "NVMeDriveIndex": 4,
             "NVMeDriveBusID": 3
         },
         {
-            "NVMeDriveIndex": 4,
+            "NVMeDriveIndex": 5,
             "NVMeDriveBusID": 4
         },
         {
-            "NVMeDriveIndex": 5,
+            "NVMeDriveIndex": 6,
             "NVMeDriveBusID": 5
         }
     ],
     "threshold": [
         {
-            "criticalHigh": 75,
+            "criticalHigh": 67,
             "criticalLow": 0,
             "maxValue": 127,
             "minValue": -127