Disable old compatibility option default

This is a feature that we said we were going to keep until Q4 2022, but
because we haven't changed this to default to enabled, disable it by
default, and ratchet up our compatibility for another quarter so people
have time to adjust.

Tested: Code deprecation;  Inspection only.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I4294b25317892c809a232b6715e380713afcd689
diff --git a/meson_options.txt b/meson_options.txt
index 52c3e6c..57fb8ce 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -216,11 +216,11 @@
 option(
     'redfish-post-to-old-updateservice',
     type: 'feature',
-    value: 'enabled',
+    value: 'disabled',
     description: '''Allows POST to /redfish/v1/UpdateService, counter to
                     the redfish specification.  Option provided to allow
                     potential users to move away from using this endpoint.
-                    Option will be removed Q4 2022.'''
+                    Option will be removed Q2 2023.'''
 )
 
 option(