[COMAC-103] Allow SPGW-U to run a specific node by using nodeselector

Reason: SPGW-U and CDN use different SR-IOV: NetDevice and VFIO.
Unfortunately, both can't occupy same network interface port in the same
node. Thus, classify two types of nodes: (i) nodes for NetDevice and (ii)
nodes for VFIO. Then, deploy SPGW-U and CDN into the different type of
nodes.

To deploy them into the different type of machine, define nodeselector.

Please see COMAC-103 issues in Jira.

NOTE: WIP - To allow both NetDevice and VFIO to occupy the same port in the
same machine.

Change-Id: Idf8561127dedcb23c265c373db3c612fef342f37
diff --git a/mcord-release/cdn-services/cdn-remote/Chart.yaml b/mcord-release/cdn-services/cdn-remote/Chart.yaml
index 719ccf3..e1eeac7 100644
--- a/mcord-release/cdn-services/cdn-remote/Chart.yaml
+++ b/mcord-release/cdn-services/cdn-remote/Chart.yaml
@@ -17,4 +17,4 @@
 appVersion: "1.0"
 description: A Helm chart for M-CORD CDN Services in Remote Edge
 name: cdn-remote
-version: 0.0.1
+version: 0.0.2