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/int-host-reporter/values.yaml b/int-host-reporter/values.yaml
new file mode 100644
index 0000000..a2a009f
--- /dev/null
+++ b/int-host-reporter/values.yaml
@@ -0,0 +1,21 @@
+# Copyright 2021-present Open Networking Foundation
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+
+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 in use, possible values: cilium, calico-ebpf, calico-iptables
+cni: cilium
+dataInterface: enp0s8
+intCollector: 192.168.33.50:30001
+
+intWatchlistRules:
+  # - protocol: "UDP"
+  #   srcAddr: "192.168.99.50/32"
+  #   dstAddr: "192.168.99.20/32"
+  # - protocol: "TCP"
+  #   srcAddr: "192.168.99.50/32"
+  #   dstAddr: "192.168.99.20/32"