Enabling voltha master on BBWF pod

Change-Id: I9ac34581e1357f63ba69ac7be6deebe9a10ecab5
diff --git a/kubernetes-configs/bbwf.yml b/kubernetes-configs/bbwf.yml
index 7cd349f..d4fc5d8 100644
--- a/kubernetes-configs/bbwf.yml
+++ b/kubernetes-configs/bbwf.yml
@@ -1,10 +1,16 @@
 # SEBA Values
 
-envoyForEtcdImage: 'matteoscandolo/voltha-envoy:berlin-1.0.1'
-netconfImage: 'matteoscandolo/voltha-netconf:berlin-1.0.1'
-ofagentImage: 'matteoscandolo/voltha-ofagent:berlin-1.0.1'
-vcliImage: 'matteoscandolo/voltha-cli:berlin-1.0.1'
-vcoreImage: 'matteoscandolo/voltha-voltha:berlin-1.0.1'
+# envoyForEtcdImage: 'matteoscandolo/voltha-envoy:berlin-1.0.1'
+# netconfImage: 'matteoscandolo/voltha-netconf:berlin-1.0.1'
+# ofagentImage: 'matteoscandolo/voltha-ofagent:berlin-1.0.1'
+# vcliImage: 'matteoscandolo/voltha-cli:berlin-1.0.1'
+# vcoreImage: 'matteoscandolo/voltha-voltha:berlin-1.0.1'
+
+envoyForEtcdImage: 'matteoscandolo/voltha-envoy:latest'
+netconfImage: 'matteoscandolo/voltha-netconf:latest'
+ofagentImage: 'matteoscandolo/voltha-ofagent:latest'
+vcliImage: 'matteoscandolo/voltha-cli:latest'
+vcoreImage: 'matteoscandolo/voltha-voltha:latest'
 
 onosImage: 'onosproject/onos:1.13.5'