Fixing params for ofAgentGo and voltha-rw-core images in voltha-scale-measurements

Change-Id: Ic6f687166b9c2941e884b00120c2c9dfd960a2bd
diff --git a/jjb/pipeline/voltha-scale-measurements.groovy b/jjb/pipeline/voltha-scale-measurements.groovy
index 9994549..c063fd9 100644
--- a/jjb/pipeline/voltha-scale-measurements.groovy
+++ b/jjb/pipeline/voltha-scale-measurements.groovy
@@ -54,7 +54,7 @@
 
           IFS=: read -r volthaRepo volthaTag <<< ${volthaImg}
           IFS=: read -r ofAgentRepo ofAgentTag <<< ${ofAgentImg}
-          helm install -n voltha ${volthaChart} -f /home/cord/voltha-scale/voltha-values.yaml --set defaults.log_level=${logLevel},images.voltha.repository=${volthaRepo},images.voltha.tag=${volthaTag},images.ofagent.repository=${ofAgentRepo},images.ofagent.tag=${ofAgentTag} ${extraHelmFlags}
+          helm install -n voltha ${volthaChart} -f /home/cord/voltha-scale/voltha-values.yaml --set defaults.log_level=${logLevel},images.rw_core.repository=${volthaRepo},images.rw_core.tag=${volthaTag},images.ofagent_go.repository=${ofAgentRepo},images.ofagent_go.tag=${ofAgentTag} ${extraHelmFlags}
 
           IFS=: read -r openoltAdapterRepo openoltAdapterTag <<< ${openoltAdapterImg}
           helm install -n openolt ${openoltAdapterChart} -f /home/cord/voltha-scale/voltha-values.yaml --set defaults.log_level=${logLevel},images.adapter_open_olt.repository=${openoltAdapterRepo},images.adapter_open_olt.tag=${openoltAdapterTag} ${extraHelmFlags}
diff --git a/jjb/voltha-scale.yaml b/jjb/voltha-scale.yaml
index 3839d54..798487c 100644
--- a/jjb/voltha-scale.yaml
+++ b/jjb/voltha-scale.yaml
@@ -314,7 +314,7 @@
       - string:
           name: ofAgentImg
           default: '{ofAgentImg}'
-          description: 'Custom image selection for OfAgent (repo:tag)'
+          description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
 
       - string:
           name: volthaChart
@@ -484,7 +484,7 @@
       - string:
           name: ofAgentImg
           default: '{ofAgentImg}'
-          description: 'Custom image selection for OfAgent (repo:tag)'
+          description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
 
       - string:
           name: volthaChart