Updated format to work with gerrit 11314 patch

Change-Id: Ie0dd967aba2599b7d8a1c0c28ca1b0d879321e93
diff --git a/kubernetes-configs/onlab-pod1.yml b/kubernetes-configs/onlab-pod1.yml
index d6f7290..c2f6c56 100644
--- a/kubernetes-configs/onlab-pod1.yml
+++ b/kubernetes-configs/onlab-pod1.yml
@@ -1,17 +1,28 @@
+---
 # 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'
+images:
+  envoy_for_etcd:
+    tag: 'latest'
 
-envoyForEtcdImage: 'voltha/voltha-envoy:latest'
-freeradiusImage: 'tpdock/freeradius:latest'
-netconfImage: 'smbaker/voltha-netconf:grpc'
-ofagentImage: 'smbaker/voltha-ofagent:grpc'
-vcliImage: 'smbaker/voltha-cli:grpc'
-vcoreImage: 'smbaker/voltha-voltha:grpc'
+  netconf:
+    repository: 'smbaker/voltha-netconf'
+    tag: 'grpc'
+
+  ofagent:
+    repository: 'smbaker/voltha-ofagent'
+    tag: 'grpc'
+
+  vcli:
+    repository: 'smbaker/voltha-vcli'
+    tag: 'grpc'
+
+  vcore:
+    repository: 'smbaker/voltha-voltha'
+    tag: 'grpc'
+
+  onos:
+    tag: '1.13.5'
 
 att-workflow-driver:
   image:
@@ -31,8 +42,6 @@
     repository: 10.90.0.101:30500/xosproject/vsg-hw-synchronizer
     tag: candidate
 
-onosImage: 'onosproject/onos:1.13.5'
-
 application_logs: |
   log4j.logger.org.opencord.olt = TRACE
   log4j.logger.org.opencord.kafka = DEBUG