[ATMOSPHERE-493] chart: bump ovn chart version and add liveness check for northd (#2010)

because required the upstream patch rebased and also new versions include some fixes, i updated ovn chart version first and added liveness check in the patch for introducing kube-ovn

Reviewed-by: Mohammed Naser <mnaser@vexxhost.com>
Reviewed-by: Oleksandr K.
diff --git a/roles/ovn/vars/main.yml b/roles/ovn/vars/main.yml
index 603b4ed..f03bd3b 100644
--- a/roles/ovn/vars/main.yml
+++ b/roles/ovn/vars/main.yml
@@ -25,12 +25,21 @@
     ovn_northd:
       node_selector_key: openstack-control-plane
       node_selector_value: enabled
+    ovn_controller:
+      node_selector_key: openstack-compute-node
+      node_selector_value: enabled
   volume:
     ovn_ovsdb_nb:
       size: 20Gi
     ovn_ovsdb_sb:
       size: 20Gi
   pod:
+    labels:
+      ovn_controller_gw:
+        type: gw
+      ovn_controller:
+        type: hv
+
     replicas:
       ovn_ovsdb_nb: 3
       ovn_ovsdb_sb: 3