Aehter-1255 - Add a new container to push the netcfg to ONOS

- Change the apiversion to v2. (v1 for Helmv2, v2 for Helmv3).

Change-Id: Ia1d4a4662ca55d97196ff63d5874a83b03432e04
diff --git a/apps/dbuf/values.yaml b/apps/dbuf/values.yaml
index 792f970..0373f03 100644
--- a/apps/dbuf/values.yaml
+++ b/apps/dbuf/values.yaml
@@ -21,7 +21,7 @@
 # Change both in the same time
 multusNetworkName: dbuf-sriov
 podAnnotations:
-  k8s.v1.cni.cncf.io/networks: dbuf-sriov
+  k8s.v1.cni.cncf.io/networks: dbuf-sriov@net0
 
 podSecurityContext: {}
 resources:
@@ -36,6 +36,17 @@
 
 affinity: {}
 
+# onos inforamtion
+onos:
+  server: onos-tost-onos-classic-hs.tost
+  port: 8181
+  username: onos
+  password: rocks
+
+dataplane:
+  port: 2152
+  interface: "net0"
+
 service:
   stats:
     port: 8080