[VOL-3780] Always use master images in physical PODs test

Change-Id: I02cfa42523d6a1a0977599181b63dc1ed51eebc0
diff --git a/kubernetes-configs/voltha/menlo-certification-pod-radisys-gpon.yml b/kubernetes-configs/voltha/menlo-certification-pod-radisys-gpon.yml
index e3949a2..8865a19 100644
--- a/kubernetes-configs/voltha/menlo-certification-pod-radisys-gpon.yml
+++ b/kubernetes-configs/voltha/menlo-certification-pod-radisys-gpon.yml
@@ -12,9 +12,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-defaults:
+global:
   image_tag: master
   image_pullPolicy: Always
+onos-classic:
+  image:
+    tag: master
 
 onosSshPort: 30115
 onosApiPort: 30120
@@ -67,4 +70,3 @@
 atomix:
   persistence:
     enabled: false
-