SEBA-634 Disable latest features by default for simple manual install of released charts

Change-Id: Id166d4a3b31cf0a7fd69a3cd9114fad4c3b0d9a9
diff --git a/configs/seba-ponsim-latest.yaml b/configs/seba-ponsim-latest.yaml
index bd4ad22..40da405 100644
--- a/configs/seba-ponsim-latest.yaml
+++ b/configs/seba-ponsim-latest.yaml
@@ -110,6 +110,12 @@
   # this is mandatory, it's needed to correctly configure the kafka endpoint
   kafkaService: cord-kafka
 
+# in mininet chart
+vlanMatchDepth: 2
+
+# in ponsim-pod chart
+bandwidthProfiles: True
+
 # ONOS applications
 aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.9.0-SNAPSHOT&e=oar"
 aaaAppVersion: "1.9.0.SNAPSHOT"