Add deep-insight utility charts

Change-Id: Ie1412be30da2af8be50df71862d7fe0354cbb96e
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index b20dc09..b01a53a 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.13
+version: 1.0.14
 keywords:
   - aether
   - sdn
@@ -37,3 +37,11 @@
     repository: file://../int-host-reporter
     version: 0.0.1
     condition: import.int-host-reporter.enabled
+  - name: di-topology-watchdog
+    repository: file://../di-topology-watchdog
+    version: 0.0.1
+    condition: import.di-topology-watchdog.enabled
+  - name: di-metrics-exporter
+    repository: file://../di-metrics-exporter
+    version: 0.0.1
+    condition: import.di-metrics-exporter.enabled
diff --git a/sdfabric/README.md b/sdfabric/README.md
index 425218c..8546e0b 100644
--- a/sdfabric/README.md
+++ b/sdfabric/README.md
@@ -136,3 +136,5 @@
 | stratum | See <https://github.com/stratum/stratum-helm-charts/tree/master/stratum> |
 | pfcp-agent | See [values.yaml](../pfcp-agent/values.yaml) file of the PFCP agent chart |
 | dbuf | See [values.yaml](../dbuf/values.yaml) file of the DBuf chart |
+| di-topology-watchdog | See [values.yaml](../di-topology-watchdog/values.yaml) file of the chart |
+| di-metrics-exporter | See [values.yaml](../di-metrics-exporter/values.yaml) file of the chart |
diff --git a/sdfabric/values.yaml b/sdfabric/values.yaml
index 39f71f5..56fd8bb 100644
--- a/sdfabric/values.yaml
+++ b/sdfabric/values.yaml
@@ -20,6 +20,10 @@
     enabled: false
   int-host-reporter:
     enabled: false
+  di-topology-watchdog:
+    enabled: false
+  di-metrics-exporter:
+    enabled: false
 
 onos-classic:
   image:
@@ -293,3 +297,14 @@
     # - protocol: "TCP"
     #   src-addr: "192.168.99.50/32"
     #   dst-addr: "192.168.99.20/32"
+
+di-topology-watchdog:
+  image:
+    pullSecrets:
+      - *image-secret-name
+  onosAddr: sdfabric-onos-classic-hs.tost:8181
+
+di-metrics-exporter:
+  image:
+    pullSecrets:
+      - *image-secret-name