Add INT host reporter chart

Also modified the following

 - image pull secrets, use the same way like other charts
 - use generated fully qualified name

Change-Id: I4c00d9aa5786a15f2d1080e71e97710c49307de8
diff --git a/sdfabric/values.yaml b/sdfabric/values.yaml
index c44a1a5..26c4c46 100644
--- a/sdfabric/values.yaml
+++ b/sdfabric/values.yaml
@@ -14,6 +14,8 @@
     enabled: false
   dbuf:
     enabled: false
+  int-host-reporter:
+    enabled: false
 
 onos-classic:
   image:
@@ -206,4 +208,23 @@
     # route the following subnets via sr-iov interface
     # route: 10.56.215.0/24,10.56.214.0/24
     route: ""
-    #vlan:
\ No newline at end of file
+    #vlan:
+
+int-host-reporter:
+  image:
+    repository: registry.hub.docker.com/opennetworking/int-host-reporter
+    pullPolicy: Always
+    # Overrides the image tag whose default is the chart appVersion.
+    tag: "latest"
+
+  cni: cilium
+  dataInterface: enp0s8
+  intCollector: 192.168.33.50:30001
+
+  intWatchlistRules:
+    # - protocol: "UDP"
+    #   src-addr: "192.168.99.50/32"
+    #   dst-addr: "192.168.99.20/32"
+    # - protocol: "TCP"
+    #   src-addr: "192.168.99.50/32"
+    #   dst-addr: "192.168.99.20/32"