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/Chart.yaml b/sdfabric/Chart.yaml
index b98b024..e02e974 100644
--- a/sdfabric/Chart.yaml
+++ b/sdfabric/Chart.yaml
@@ -7,7 +7,7 @@
 description: A chart to deploy all SD-Fabric components
 kubeVersion: ">=1.18.0"
 type: application
-version: 1.0.3
+version: 1.0.4
 keywords:
   - aether
   - sdn
@@ -31,3 +31,7 @@
     repository: file://../dbuf
     version: 0.0.1
     condition: import.dbuf.enabled
+  - name: int-host-reporter
+    repository: file://../int-host-reporter
+    version: 0.0.1
+    condition: import.int-host-reporter.enabled